import { TabState } from '../typings'; declare const useTab: (props: TabState & { uid: string; }) => TabState | undefined; export default useTab;