import type { IFontStyles } from '../types/IFontStyles'; export declare function createFontStyles(localeCode: string | null): IFontStyles;