export declare function toPx(str: string, toNum?: false): string; export declare function toPx(str: string, toNum: true): number;