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