export declare const rules: {
    "no-memo-displayname": {
        meta: {
            type: string;
            docs: {
                description: string;
                url: string;
            };
            schema: never[];
        };
        create: (context: import("eslint").Rule.RuleContext) => {
            ExpressionStatement: (node: import("estree").Node) => void;
        };
    };
};
//# sourceMappingURL=index.d.ts.map