console.error(['MUI: You are providing a disabled `button` child to the Tooltip component.','A disabled element does not fire events.',"Tooltip needs to listen to the child element's events to display the title.",'','Add a simple wrapper element, such as a `span`.'].join('\n'));
console.error(['MUI: The `children` component of the Tooltip is not forwarding its props correctly.','Please make sure that props are spread on the same element that the ref is applied to.'].join('\n'));
console.error(['MUI: You have provided a `title` prop to the child of <Tooltip />.',"Remove this title prop `".concat(children.props.title,"` or the Tooltip component.")].join('\n'));