import { SVGProps } from "react"; declare const PlayIcon: (props: SVGProps) => JSX.Element; export default PlayIcon;