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