export default remarkLintListItemIndent;
/**
 * Configuration.
 */
export type Options = "mixed" | "one" | "tab";
declare const remarkLintListItemIndent: import("unified-lint-rule").Plugin<Root, Options | null | undefined>;
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map