/** * Returns the context font details. * @internal * @param fontWeight - * @param fontSize - font size to add to the context font. * @param lineHeight - */ export declare const getFontDetails: (fontWeight: number, fontSize: number, lineHeight: number) => string;