import { type TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'propsParamMustBeNamedProps' | 'propsParamMustBeIdentifier'; export declare const reactMemoPropsArgumentNameRule: TSESLint.RuleModule; export {}; //# sourceMappingURL=react-memo-props-argument-name.d.mts.map