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