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