import { IconProps } from '../iconUtils'; export declare const PlayArrow: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type PlayArrowProps = IconProps; export default PlayArrow;