File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/codelyzer/componentSelectorRule.d.ts
import { IRuleMetadata } from 'tslint/lib';
import { SelectorPropertyBase, SelectorStyle, SelectorType } from './selectorPropertyBase';
export declare class Rule extends SelectorPropertyBase {
static readonly metadata: IRuleMetadata;
handleType: string;
getPrefixFailure(prefixes: ReadonlyArray<string>): string;
getStyleFailure(style: SelectorStyle): string;
getTypeFailure(types: ReadonlyArray<SelectorType>): string;
isEnabled(): boolean;
}