export declare class SelectOption { key: T; value: string; constructor(key: T, value: string); }