export interface Option { value: T; label: T; data?: D; } //# sourceMappingURL=Option.d.ts.map