export declare function camelize(str: string): string; declare const cssPropertyMap: Record; export declare function queryCSSProperty(index: number): { name: string; dashName: string; isX: boolean; }; export declare function queryCSSPropertyNumber(name: string): number; export { cssPropertyMap };