import { TEditor } from '@udecode/slate-plugins-core'; /** * Get selected mark by type. */ export declare const getMark: (editor: TEditor, type: string) => any; //# sourceMappingURL=getMark.d.ts.map