import React from 'react';
export default function createBaseComponent<P>(name: string): React.ComponentType<P>;
