declare namespace _exports {
    export { Attribute, OpenTagEnd, OpenScriptTagEnd, OpenStyleTagEnd, OpenScriptTagStart, OpenTagStart, OpenStyleTagStart, Tag, StyleTag, ScriptTag, AnyNode, Option, RuleModule };
}
declare const _exports: RuleModule;
export = _exports;
type Attribute = import("@html-eslint/types").Attribute;
type OpenTagEnd = import("@html-eslint/types").OpenTagEnd;
type OpenScriptTagEnd = import("@html-eslint/types").OpenScriptTagEnd;
type OpenStyleTagEnd = import("@html-eslint/types").OpenStyleTagEnd;
type OpenScriptTagStart = import("@html-eslint/types").OpenScriptTagStart;
type OpenTagStart = import("@html-eslint/types").OpenTagStart;
type OpenStyleTagStart = import("@html-eslint/types").OpenStyleTagStart;
type Tag = import("@html-eslint/types").Tag;
type StyleTag = import("@html-eslint/types").StyleTag;
type ScriptTag = import("@html-eslint/types").ScriptTag;
type AnyNode = import("@html-eslint/types").AnyNode;
type Option = {
    disallowInAssignment?: boolean | undefined;
    disallowMissing?: boolean | undefined;
    disallowTabs?: boolean | undefined;
    enforceBeforeSelfClose?: boolean | undefined;
};
type RuleModule = import("../types").RuleModule<[Option]>;
//# sourceMappingURL=no-extra-spacing-attrs.d.ts.map