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