export interface SelectItemProps { label: string; value: string; disabled?: boolean; } export declare type SelectSearchableProps = 'internal' | 'external'; export interface SearchOptions { minLength?: number; hiddenSelectAll?: boolean; } //# sourceMappingURL=input-select.model.d.ts.map