export interface LabelValue {
    label: string;
    value: string;
}
export declare function defaultLabelValue(): LabelValue;
