import { ElementType } from 'react'; export interface ElementTypeProps { as?: ElementType; }