interface MsIconProps { width?: number | string; height?: number | string; className?: string; } export declare function MicrosoftIcon({ width, height, className }: MsIconProps): import("react").JSX.Element; export {}; //# sourceMappingURL=ms-icon.d.ts.map