import { IconProps } from '../lib';
declare function Pause(props: IconProps): JSX.Element;
export default Pause;
