export type VkeditTheme = 'dark' | 'light'; export declare function resolveVkeditTheme(el: Element | null | undefined): VkeditTheme;