console.warn(['MUI: You have set props on an input that is inside a FormControlUnstyled.','Set these props on a FormControlUnstyled instead. Otherwise they will be ignored.',"Ignored props: ".concat(definedLocalProps.join(', '))].join('\n'));
console.error(['MUI: You have provided a `slots.input` to the input component','that does not correctly handle the `ref` prop.','Make sure the `ref` prop is called with a HTMLInputElement.'].join('\n'));
thrownewError(process.env.NODE_ENV!=="production"?"MUI: Expected valid input target. Did you use a custom `slots.input` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.":_formatMuiErrorMessage(17));