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