export interface PgzSearchSelectProps { modelValue?: string | number | Array | undefined; pgzvalue?: any; disabled?: boolean; dictOptions?: Array; async?: boolean; placeholder?: string; dict?: string; mhFields?: string; popContainer?: string; pageSize?: number; getPopupContainer?: Function; mode?: string; size?: string; emptyText?: string; }