export declare function capitalize(str: string): string; export declare function substitute(str: string | ((obj: Record) => any), obj: Record): any; export declare const parsePxToNumber: (str: any) => number;