import type { TabsRootState } from "./TabsRoot.mjs";
import type { StateAttributesMapping } from "../../internals/getStateAttributesProps.mjs";
export declare const tabsStateAttributesMapping: StateAttributesMapping<TabsRootState>;