import * as React from 'react';
export default function toNativeComponentConfigCreator(Component: React.ComponentType<any>, name: string): any;
