import type { RuleContext, RuleListener } from "../types";
declare const _default: {
    meta: {
        docs: {
            description: string;
            categories: never[];
            default: string;
            url: string;
        };
        fixable: null;
        messages: {
            unused: string;
        };
        schema: {
            type: string;
            properties: {
                ignoreBEMModifier: {
                    type: string;
                };
                captureClassesFromDoc: {
                    type: string;
                    items: {
                        type: string;
                    }[];
                    minItems: number;
                    uniqueItems: boolean;
                };
                checkUnscoped: {
                    type: string;
                };
            };
            additionalProperties: boolean;
        }[];
        type: string;
    };
    create(context: RuleContext): RuleListener;
};
export = _default;
