import { Editor } from "slate";
import { TypeOptions } from "../options";
export default function createCommands(opt: TypeOptions): {
    [x: string]: (editor: Editor, color: string) => void;
};
//# sourceMappingURL=index.d.ts.map