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