import { TRequiredProps } from '../../internal/requiredProps';
import { ISplitTextStaticProps, ISplitTextMutableProps } from './types';
export declare const GET_STATIC_PROPS: (prefix: string) => TRequiredProps<ISplitTextStaticProps>;
export declare const MUTABLE_PROPS: TRequiredProps<ISplitTextMutableProps>;
//# sourceMappingURL=props.d.ts.map