export interface SelectItem { text: string; value: string; } //# sourceMappingURL=SelectItem.d.ts.map