interface Props {
    value: string;
}
export default function ControlledEditorPlugin({ value }: Props): any;
export {};
