/**
* Convert HtmlElement.style object to css declarations
*/
export declare function styleToCss(style: any): string;
export declare function style2CssProperties(cssText: any): any;
export declare function concatClassList(classList1?: any[], classList2?: any[]): any[];
export declare function px2rpx(object: any): any;