import React from 'react'; import type { ITextFlowProps, IToken, ISeparatorConfig, IOverflowConfig, ITextAnimationConfig, SeparatorTransitionMode } from './TextFlow.types'; /** * TextFlow - Locale-aware animated token list component * * Built on the Reorder primitive, provides smooth FLIP animations for token lists * with proper locale-aware separators using Intl.ListFormat. * * @example * ```tsx * // Basic usage * * * // Spanish multiselect with transition * * ``` */ export declare const TextFlow: React.FC; export type { ITextFlowProps, IToken, ISeparatorConfig, IOverflowConfig, ITextAnimationConfig, SeparatorTransitionMode, }; //# sourceMappingURL=index.d.ts.map