import { IconDefinition } from '../types';
declare const PlayCircleOutlined: IconDefinition;
export default PlayCircleOutlined;
