export declare const snakeToCamel: (string: string) => string;
export declare const parsePxToNumber: (value: string) => number;
