import type { SVGProps } from "react"; export interface DoorOpenIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function DoorOpenIcon({ className, size, color, ...props }: DoorOpenIconProps): import("react").JSX.Element; //# sourceMappingURL=door-open-icon.d.ts.map