export interface SelectCustomLabelContext {
    $implicit: string;
    value: string;
    index: number;
}
