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