///
declare const ELEMENT_BLOCKQUOTE = "blockquote";
declare const ELEMENT_CODE_BLOCK = "code_block";
declare const ELEMENT_H1 = "h1";
declare const ELEMENT_H2 = "h2";
declare const ELEMENT_H3 = "h3";
declare const ELEMENT_H4 = "h4";
declare const ELEMENT_H5 = "h5";
declare const ELEMENT_H6 = "h6";
declare const ELEMENT_IMAGE = "img";
declare const ELEMENT_LI = "li";
declare const ELEMENT_LIC = "lic";
declare const ELEMENT_LINK = "a";
declare const ELEMENT_OL = "ol";
declare const ELEMENT_PARAGRAPH = "p";
declare const ELEMENT_TABLE = "table";
declare const ELEMENT_TD = "td";
declare const ELEMENT_TH = "th";
declare const ELEMENT_TR = "tr";
declare const ELEMENT_UL = "ul";
export { ELEMENT_BLOCKQUOTE, ELEMENT_CODE_BLOCK, ELEMENT_H1, ELEMENT_H2, ELEMENT_H3, ELEMENT_H4, ELEMENT_H5, ELEMENT_H6, ELEMENT_IMAGE, ELEMENT_LI, ELEMENT_LIC, ELEMENT_LINK, ELEMENT_OL, ELEMENT_PARAGRAPH, ELEMENT_TABLE, ELEMENT_TD, ELEMENT_TH, ELEMENT_TR, ELEMENT_UL, };
export declare const createPlateEditor: jest.Mock;
export declare const createPluginFactory: jest.Mock;
export declare const createPlugins: jest.Mock;
export declare const createTEditor: jest.Mock;
export declare const getTEditor: jest.Mock;
export declare const useEditorRef: jest.Mock;
export declare const useEditorState: jest.Mock;
export declare const usePlateActions: jest.Mock;
export declare const usePlateEditorRef: jest.Mock;
export declare const usePlateEditorState: jest.Mock;
export declare const usePlateSelectors: jest.Mock;
export declare const usePlateStates: jest.Mock;
export declare const findNodePath: jest.Mock;
export declare const getNode: jest.Mock;
export declare const getParentNode: jest.Mock;
export declare const getSelectionBoundingClientRect: jest.Mock;
export declare const getSelectionText: jest.Mock;
export declare const isElement: jest.Mock;
export declare const isElementEmpty: jest.Mock;
export declare const isSelectionExpanded: jest.Mock;
export declare const isText: jest.Mock;
export declare const someNode: jest.Mock;
export declare const usePlateSelection: jest.Mock;
export declare const isMarkActive: jest.Mock;
declare const _default: {};
export default _default;