import { FC } from 'react'; import { SplitTextProps } from './SplitText'; export declare const SplitTextInner: FC;