import { type TSESLint } from "@typescript-eslint/utils"; import { type PluginDocs } from "./create-rule.ts"; type MessageIds = "invalid-signature" | "missing-component-argument" | "extra-component-argument"; type Options = []; export declare const rule: TSESLint.RuleModule; export {}; //# sourceMappingURL=react-component-params.d.ts.map