export interface GroupProps { [key: string]: any className?: string children: any isVertical?: boolean }