export type SelectInterface = 'action-sheet' | 'popover' | 'alert'; export interface SelectChangeEventDetail { value: any | any[] | undefined | null; }