import { type TabsActiveIndicatorProps } from './Tabs'; export type SegmentedTabsActiveIndicatorProps = TabsActiveIndicatorProps; export declare const SegmentedTabsActiveIndicator: ({ borderRadius, ...props }: SegmentedTabsActiveIndicatorProps) => import('react/jsx-runtime').JSX.Element; //# sourceMappingURL=SegmentedTabsActiveIndicator.d.ts.map