import { IHtmlToJsonElementTags, IHtmlToJsonOptions, IAnyObject } from './types';
export declare const ELEMENT_TAGS: IHtmlToJsonElementTags;
export declare const fromRedactor: (el: any, options?: IHtmlToJsonOptions) => IAnyObject | null;
export declare const getNestedValueIfAvailable: (value: string) => any;
