export declare class SelectOption { value?: any; label: string; }