import { componentInterface } from '../../factory';
import { optionsInterface } from '../../options';
export default function getFonts(options?: optionsInterface): Promise<componentInterface | null>;
export declare function getFontMetrics(): Promise<componentInterface | null>;
