import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const HourglassTopSharp: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default HourglassTopSharp;
