/** */ export declare const useHotkey: (key: any, callback: any) => void; export declare const useEmbedHandles: (editor: any, element: any, baseFieldName: string) => { isExpanded: boolean; handleClose: () => void; handleRemove: () => void; handleSelect: () => void; };