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