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