import { ElementType } from 'react'; export type TDynamicElement = { as?: ElementType; } & React.HTMLAttributes;