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.',`Ignoredprops:${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:Expectedvalidinputtarget.Didyouuseacustom\`slots.input\`andforgettoforwardrefs?Seehttps://mui.com/r/input-component-ref-interface for more info.` : _formatMuiErrorMessage(17));