/** * When inserting a component from a third-party library into a slot, you may encounter this warning: "React does not recognize the ownerState prop on a DOM element." * This is because the custom component isn't prepared to receive the ownerState like a built-in library component would be. */ export declare function prepareForSlot(Component: ComponentType): React.ForwardRefExoticComponent> & React.RefAttributes>;