import type { TabListInfo, TabListProps } from './TabList.types'; /** * Re-usable hook for TabList. * This hook configures props and state for TabList. * * @param props user props sent to TabList * @returns configured props and state for TabList */ export declare const useTabList: (props: TabListProps) => TabListInfo; //# sourceMappingURL=useTabList.d.ts.map