export type SelectOption = { text: string; value: any; params?: object; }; export type SelectOptions = SelectOption[]; //# sourceMappingURL=select.d.ts.map