export declare function getStyleToInt(elem: HTMLElement, attribute: keyof CSSStyleDeclaration): number; export declare function toNum(val: any): number; export declare function isOverflow(elem: HTMLElement, multiple?: boolean): boolean;