import type { JsxPropRuleOptions } from "../_internal/jsx-prop-stability.js"; import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "unstableFunctionProp"; type Options = JsxPropRuleOptions; /** Disallow render-local function allocations used as JSX props. */ declare const rule: ReturnType>; /** Deprecated rule with explicit lifecycle and replacement metadata. */ declare const deprecatedRule: typeof rule; export default deprecatedRule; //# sourceMappingURL=jsx-no-new-function-as-prop.d.ts.map