export declare const emToPixels: <T extends unknown>(value: T, fontSize: number | null | undefined) => number | T | null;
