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