import type { StyleContextValue } from './style-context'; export interface DynamicFontConfiguration { regular: string; bold?: string; } export declare const DynamicFont: { create(configuration: DynamicFontConfiguration): (context: StyleContextValue) => string; }; //# sourceMappingURL=dynamic-font.d.ts.map