export interface LabelValuePair { label: string; value: any; }