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