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