import { default as React } from 'react'; export type HideComponentWithChildren = React.ComponentType<{ children: React.ReactNode; }>;