import { EditorRef } from '../types/ref'; import { ForwardedRef } from 'react'; export declare const useExposeHandle: (ref: ForwardedRef) => void;