type SelectOption = { label: string; value: T; }; export type { SelectOption as default }; //# sourceMappingURL=SelectOption.d.ts.map