export declare const usePersistEditorContent: () => {
    saveContent: any;
    getContent: () => string;
};
