import { FC, SVGProps } from 'react'; declare const IconPause: FC & { fill?: string }>; export default IconPause;