import type { Client } from '@authup/core-kit';
import type { SlotsType } from 'vue';
import type { EntityPickerVSlots } from '../../utility/entity/picker/types';
export declare const AClientPicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    query: {
        type: import("vue").PropType<import("rapiq").BuildInput<Client>>;
        default(): {};
    };
    realmId: {
        type: StringConstructor;
        default: any;
    };
    loadOnSetup: {
        type: BooleanConstructor;
        default: boolean;
    };
    loading: {
        type: import("vue").PropType<boolean | import("../..").ListLoadingOptions<Client>>;
        default: boolean;
    };
    noMore: {
        type: import("vue").PropType<boolean | import("../..").ListNoMoreOptions<Client>>;
        default: boolean;
    };
    footer: {
        type: import("vue").PropType<boolean | import("../..").ListFooterOptions<Client>>;
        default: boolean;
    };
    header: {
        type: import("vue").PropType<boolean | import("../..").ListHeaderOptions<Client>>;
        default: boolean;
    };
    body: {
        type: import("vue").PropType<import("../..").ListBodyOptions<Client>>;
    };
    value: {
        type: import("vue").PropType<string[] | string | null>;
    };
    multiple: {
        type: import("vue").PropType<boolean | undefined>;
    };
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    change: (values: string[]) => true;
} & import("../..").EntityCollectionVEmitOptions<Client>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    query: {
        type: import("vue").PropType<import("rapiq").BuildInput<Client>>;
        default(): {};
    };
    realmId: {
        type: StringConstructor;
        default: any;
    };
    loadOnSetup: {
        type: BooleanConstructor;
        default: boolean;
    };
    loading: {
        type: import("vue").PropType<boolean | import("../..").ListLoadingOptions<Client>>;
        default: boolean;
    };
    noMore: {
        type: import("vue").PropType<boolean | import("../..").ListNoMoreOptions<Client>>;
        default: boolean;
    };
    footer: {
        type: import("vue").PropType<boolean | import("../..").ListFooterOptions<Client>>;
        default: boolean;
    };
    header: {
        type: import("vue").PropType<boolean | import("../..").ListHeaderOptions<Client>>;
        default: boolean;
    };
    body: {
        type: import("vue").PropType<import("../..").ListBodyOptions<Client>>;
    };
    value: {
        type: import("vue").PropType<string[] | string | null>;
    };
    multiple: {
        type: import("vue").PropType<boolean | undefined>;
    };
}>> & Readonly<{
    onUpdated?: (item: Client) => any;
    onDeleted?: (item: Client) => any;
    onCreated?: (item: Client) => any;
    onChange?: (values: string[]) => any;
}>, {
    footer: boolean;
    header: boolean;
    query: import("rapiq").BuildInput<Client>;
    realmId: string;
    loadOnSetup: boolean;
    loading: boolean;
    noMore: boolean;
}, SlotsType<EntityPickerVSlots<Client>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=AClientPicker.d.ts.map