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