export declare function parseFontSize(fontSize: string): number | null; export declare function parseBorderWidth(width: string, fontSize: () => number, rootFontSize: () => number): number | null;