export declare function parsePx(str: string): number;
export declare function toPx(n: number): string;
//# sourceMappingURL=parser.d.ts.map