import { OrderedSet } from 'immutable'; export declare type Style = OrderedSet; export declare const EMPTY_SET: Style; export declare const DEFAULT_ELEMENT: string; export declare const DEFAULT_INLINE_STYLE: any; export default function GetHTML(configStore: any): (editorState: any) => any;