import { type TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'requirePropsTypeParameter' | 'omitTypeParameterWhenPropsEmpty'; export declare const reactMemoTypeParameterRule: TSESLint.RuleModule; export {}; //# sourceMappingURL=react-memo-type-parameter.d.mts.map