import React from 'react'; import type { ComponentTheme } from '../theme'; export default function
(Component: React.ComponentType
, componentTheme?: ComponentTheme): React.ForwardRefExoticComponent & React.RefAttributes>;