import * as React from 'react'; declare function Play(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Play; export default Play;