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