/** element level */ export declare const setElementClass: (editor: any, classText: any, selection: any) => void; export declare const setElementId: (editor: any, idText: any, selection: any) => void; export declare const getElementClass: (editor: any, selection: any) => any; export declare const getElementId: (editor: any, selection: any) => any; /** inline level */ export declare const setInlineClass: (editor: any, classText: any, selection: any) => void; export declare const setInlineId: (editor: any, idText: any, selection: any) => void; export declare const getInlineClass: (editor: any, selection: any) => any; export declare const getInlineId: (editor: any, selection: any) => any;