import * as React from 'react';
export default function createHostComponent<P = any>(name: string, component?: React.ComponentType<P>): any;
