import { InfoGroup } from '../../domain/info-group'; export declare class InformationGroupsComponent { infoGroups: InfoGroup[]; isOdd(i: any): boolean; }