Repository URL to install this package:
/** * @see https://github.com/yannickcr/eslint-plugin-react/blob/master/lib/rules/no-unknown-property.js#L117 */ export declare function autofixProps(props: any, reactProps: any): any;