export interface ICollapsableContainerProps { children?: any; title: string; }