import type { AnimatedIndicatorProps, AnimatedIndicatorStyles } from './TabListAnimatedIndicator.types'; /** * This hook handles logic for generating the styles for the TabList's Animated Indicator. Child Tabs add layout update events to state * variables here, which we use to either directly update the layout values of the animated indicator (on win32) or generate the transforms * to move the indicator (on non-win32 platforms). */ export declare function useAnimatedIndicatorStyles(props: AnimatedIndicatorProps): AnimatedIndicatorStyles; //# sourceMappingURL=useAnimatedIndicatorStyles.d.ts.map