import React from 'react';
export declare const Editor: React.ForwardRefExoticComponent<React.RefAttributes<{
    focus: () => void;
}>>;
