import type { DSTabsT } from '../react-desc-prop-types.js'; import type { DSTabsInternalsT } from '../sharedTypes.js'; export declare const useTabs: (props: DSTabsT.Props) => DSTabsInternalsT.DSTabsUseTabsContextT;