import type { JsxPropRuleOptions } from "../_internal/jsx-prop-stability.js"; import { ruleCreator } from "../_internal/rule-creator.js"; type MessageIds = "unstableArrayProp"; type Options = JsxPropRuleOptions; /** Disallow render-local array 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-array-as-prop.d.ts.map