import { InputText } from './input-text';
import { InputRichText } from './richtext/input-richtext';
import { OutputRichText } from './richtext/output-richtext';
import { SlideOutRichText } from './richtext/slide-out-richtext';
import { SlideRichText } from './richtext/slide-richtext';
export declare const registerRichTextCustomAnimate: () => void;
export { InputText, InputRichText, OutputRichText, SlideRichText, SlideOutRichText };
