export declare class ILabelValuePair { label: string | null; value: string | null; }