export interface SelectOption { name: string; value: number; } //# sourceMappingURL=SelectOption.d.ts.map