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