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