import type { RuleContext, RuleListener } from "../types";
declare const _default: {
    meta: {
        docs: {
            description: string;
            categories: never[];
            default: string;
            url: string;
        };
        fixable: string;
        messages: {
            expectedSlotted: string;
            expectedVSlotted: string;
        };
        schema: {
            enum: string[];
        }[];
        type: string;
    };
    create(context: RuleContext): RuleListener;
};
export = _default;
