export declare class TabSections {
    private element;
    constructor(element: any);
    attached(): void;
}
