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