import { OrderedSet } from 'immutable';
export declare type Style = OrderedSet<string>;
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;
