importReactfrom'react';
/**
* Removes any non-native attributes before the components gets committed to the DOM
* simply by destructuring the unwanted props out of `props`
*/exportdeclareconstsanitizeDomProps: <P extendsReact.FunctionComponent<any>>(Component: P) => P;