export declare function setPropsToFontFamily(props: any, ff: string): void; export declare function getFontFamilyNameFromProps(props: any): string | undefined; export declare function forwardFontFamilyName(prev: any, next: any, fallback?: string): void; //# sourceMappingURL=propsToFontFamilyCache.d.ts.map