import { default as React } from 'react';
export default Component;
declare function Component(props: any): React.JSX.Element;
