/** * font size on the html element is very important for how your app may look like or work, * because it is responsible for the value of the `rem` unit * * @returns parsed value in pixels or `NaN` */ export declare function htmlFontSizeToPx(value: string): number;