import * as React from 'react'; import { FluentIconsProps } from './FluentIconsProps.types'; declare const wrapIcon: (Icon: (iconProps: FluentIconsProps) => React.JSX.Element, displayName?: string) => { (props: FluentIconsProps): React.JSX.Element; displayName: string | undefined; }; export default wrapIcon; //# sourceMappingURL=wrapIcon.d.ts.map