import { SettingsInterface } from '../../settings/SettingsInterface'; import { EnhancerOptions, EnhancerOutput, RootEnhancer } from '../types/enhancer'; import { EnhancerFontsInputSettings } from './types'; export declare const fontsEnhancer: , InheritOutput extends EnhancerOutput, InheritSettings extends NonNullable, InheritComputedSettings extends NonNullable, Output extends Omit & { settings: SettingsInterface; }>(next: (options: InheritOptions) => InheritOutput) => (options: InheritOptions & Partial) => Output;