import { IconProps } from '../lib';
declare function PlayCircle(props: IconProps): JSX.Element;
export default PlayCircle;
