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