export interface GroupColumnHeaderConfig { columns: string[]; templateName: string; index: number; data?: { [key: string]: any; }; }