import { Plugin } from "slate"; import { TypeOptions } from "./options"; declare function createIndentPlugin(pluginOptions?: Partial): Plugin[]; export default createIndentPlugin; //# sourceMappingURL=index.d.ts.map