export declare class ElementExtensions {
static width(item: any): number;
static height(item: any): number;
static scrollWidth(item: any): number;
static scrollHeight(item: any): number;
static parsePx(item: any): number;
static getParentScrollTop(item: any): number;
}