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