export interface IGroupBoxProps { hasBackground: boolean collapse: boolean collapseOpened: boolean showClearButton: boolean dataTestId: string }