import type { AnimatedIndicatorProps } from './TabListAnimatedIndicator.types'; /** * This component renders as the indicator for the selected tab. Its styles are manually calculated using * changing layout stored in the tablist context, so it doesn't need to use the compose or compressible franework. */ export declare const TabListAnimatedIndicator: import("@fluentui-react-native/framework-base").FunctionComponent; export default TabListAnimatedIndicator; //# sourceMappingURL=TabListAnimatedIndicator.win32.d.ts.map