import { EditorTheme } from './types'; export declare const useEditorTheme: (theme?: EditorTheme) => "light" | "dark";