type Index = { [prop: string]: string | ((style: string | number) => any); }; export declare const parseIn: { style: Index; prop: Index; attr: Index; }; export declare const parseOut: { style: Index; prop: Index; attr: Index; }; export declare function isNumeric(prop: string): boolean; export declare const pxString = "px"; export declare const degString = "deg"; export declare const sString = "s"; export declare const noUnitString = ""; export {};