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