export default remarkLintNoHtml;
/**
* Configuration.
*/
export type Options = {
/**
* Allow comments or not (default: `true`).
*/
allowComments?: boolean | null | undefined;
};
declare const remarkLintNoHtml: import("unified-lint-rule").Plugin | null | undefined>;
import type { Root } from 'mdast';
//# sourceMappingURL=index.d.ts.map