import { EditorTheme } from "../gshared/theme/MainTheme"; export declare const themed: (fn: (theme: EditorTheme) => T) => (theme: EditorTheme) => T;