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