import { SVGProps } from "react";
declare const GIDoor: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { GIDoor };
