export declare const setElementAttribute: (attributeKey: any) => (editor: any, attributeValue: any, selection: any) => void; export declare const getElementAttribute: (attributeKey: any) => (editor: any, selection: any) => unknown; export declare const setClass: (editor: any, attributeValue: any, selection: any) => void; export declare const setId: (editor: any, attributeValue: any, selection: any) => void; export declare const getClass: (editor: any, selection: any) => unknown; export declare const getId: (editor: any, selection: any) => unknown;