import type { IconProps } from '../types/index'; declare function SvgPlay(iconProps: IconProps): JSX.Element; declare namespace SvgPlay { var displayName: string; } export default SvgPlay;