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