import React from 'react'; import { ISplitTextProps } from './types'; /** * SplitText component for splitting text into manageable parts. * * This component enables developers to split text into individual letters, * words, or lines for more flexible layout and styling options. It supports * auto-resizing to fit different layouts and can be a good base for further * text animations or custom interactions. * * @link See examples https://antonbobrov.github.io/react-kit/?path=/docs/text-splittext--docs */ export declare const SplitText: React.ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map