export declare function hasClass(el: any, cls: string): any; export declare const getStyle: (ele: any, styleName: string) => any;