export declare function useTextEditor(): {
    handleInsert: (text: string) => void;
    handleEditorReady: (insert: any) => void;
};
