import { Component } from "../../component.js"; /** * Tabs component */ export class Tabs extends Component { /** * Name for the component used when initialising using data-module attributes. */ static moduleName: string; /** * @param {Element | null} $root - HTML element to use for tabs */ constructor($root: Element | null); }