import { Editor } from "slate";
import { TypeOptions } from "../options";
export default function createStyle(options: TypeOptions): {
    getData: (_editor: Editor, el: HTMLElement) => {
        marks?: import("slate").Mark[] | undefined;
    };
};
//# sourceMappingURL=index.d.ts.map