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