import { PropsWithChildren } from 'react' export interface CollapsibleViewProps extends PropsWithChildren { title: string }