import * as tabs from "@zag-js/tabs"; import { VanillaMachine } from "@zag-js/vanilla"; import { Component } from "../lib"; export declare class Tabs extends Component { initMachine(props: tabs.Props): VanillaMachine; initApi(): tabs.Api; render(): void; } export declare function initTabs(doc?: HTMLElement | Document, selector?: string): void;