export interface IComponent { /** * **Defines the HTML tag to be rendered.** \ * By default, the component renders as a `
`. * */ component?: React.ElementType; }