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