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