import { INameValues, IRect } from "../../core/types";
export declare class ChildEnumerator {
    private e;
    private item;
    get current(): HTMLElement;
    constructor(e: HTMLElement);
    next(): boolean;
}
export declare class AtomUI {
    static outerHeight(el: HTMLElement, margin?: boolean): number;
    static outerWidth(el: HTMLElement, margin?: boolean): number;
    static innerWidth(el: HTMLElement): number;
    static innerHeight(el: HTMLElement): number;
    static scrollTop(el: HTMLElement, y: number): any;
    static screenOffset(e: HTMLElement): IRect;
    static parseUrl(url: string): INameValues;
    static parseValue(val: string): (number | boolean | string);
    static assignID(element: HTMLElement): string;
    static toNumber(text: string): number;
    static getNewIndex(): number;
    private static index;
}
//# sourceMappingURL=AtomUI.d.ts.map