declare namespace _exports {
    export { StyleTag, Attribute, Tag, ScriptTag, Options, RuleModule };
}
declare const _exports: RuleModule;
export = _exports;
type StyleTag = import("@html-eslint/types").StyleTag;
type Attribute = import("@html-eslint/types").Attribute;
type Tag = import("@html-eslint/types").Tag;
type ScriptTag = import("@html-eslint/types").ScriptTag;
type Options = {
    tagPatterns: string[];
    attrPatterns: string[];
    message?: string;
}[];
type RuleModule = import("../types").RuleModule<Options>;
//# sourceMappingURL=no-restricted-attrs.d.ts.map