import { ElementHandlerTable } from '../destination';
import { TabsLeafElementDestination } from './tabs-leaf-element-destination';
export declare class TabsDestination extends TabsLeafElementDestination {
    static handlerTable: ElementHandlerTable;
    get elementHandlerTable(): ElementHandlerTable;
}
