import { Rule } from 'ember-template-lint';
import { AST } from 'ember-template-recast';
import { FullDenylistConfig } from '../types';
export declare const DEFAULT_CONFIG: {
    attributes: never[];
};
export default class DenylistRule extends Rule {
    parseConfig(config: FullDenylistConfig): FullDenylistConfig;
    visitor(): {
        ElementNode: (node: AST.ElementNode) => void;
    };
}
//# sourceMappingURL=denylist.d.ts.map