import type { Theme } from '@fluentui-react-native/framework'; import type { TabProps, TabSlotProps, TabTokens } from './Tab.types'; import type { TabListState } from '../TabList/TabList.types'; /** * Hook to get the style props for each Tab slot. */ export declare const useTabSlotProps: (props: TabProps, tokens: TabTokens, theme: Theme, context: TabListState) => TabSlotProps; //# sourceMappingURL=Tab.styling.d.ts.map