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