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