import { TEditor } from '@udecode/slate-plugins-core'; /** * Is the mark defined in the selection. */ export declare const isMarkActive: (editor: TEditor, type: string) => boolean; //# sourceMappingURL=isMarkActive.d.ts.map