import * as React from 'react'; import type { TextProps } from 'react-native'; import type { FluentIconsProps } from '../FluentIconsProps.types'; export declare const enum FontFile { Filled = 0, Regular = 1, Resizable = 2, Light = 3 } export declare function createFluentFontIcon(displayName: string, codepoint: string, _font: FontFile, fontSize?: number): React.FC> & { codepoint: string; }; //# sourceMappingURL=createFluentFontIcon.d.ts.map