import { TEditor, Value } from "../slate/editor/TEditor"; /** * Get selected mark by type. */ export declare const getMark: >>>>>(editor: TEditor, type: K) => K | undefined; //# sourceMappingURL=getMark.d.ts.map