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