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