export declare const RTE: { init: (props: any) => any; }; declare const withRTE: ({ plugin, key, rte }: { plugin: any; key: any; rte: any; }) => any; export default withRTE;