export type TDynamicComponentWrapper = { children: React.ReactNode; wrapperComponent: React.ReactElement; };