import type { ITabbedObject } from '../types'; declare const isBelowViewportLimit: (classList: DOMTokenList) => boolean; declare const destroyTabs: (tabbed: Element) => void; declare const destroySwitches: (tabbed: Element) => void; declare const setTabbedContent: (key: number, tabbed: Element, initial?: number, focus?: boolean, callback?: (index: number) => void) => void; declare const setTabs: (tabbedObjects: ITabbedObject[]) => void; export { setTabbedContent, isBelowViewportLimit, destroyTabs, destroySwitches, setTabs, }; //# sourceMappingURL=tabs.d.ts.map