import type { SlotsType } from 'vue';
import type { ClientScope } from '@authup/core-kit';
import type { EntityCollectionVSlots } from '../../utility';
export declare const AClientScopes: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    query: {
        type: import("vue").PropType<import("rapiq").BuildInput<ClientScope>>;
        default(): {};
    };
    realmId: {
        type: StringConstructor;
        default: any;
    };
    loadOnSetup: {
        type: BooleanConstructor;
        default: boolean;
    };
    loading: {
        type: import("vue").PropType<boolean | import("../..").ListLoadingOptions<ClientScope>>;
        default: boolean;
    };
    noMore: {
        type: import("vue").PropType<boolean | import("../..").ListNoMoreOptions<ClientScope>>;
        default: boolean;
    };
    footer: {
        type: import("vue").PropType<boolean | import("../..").ListFooterOptions<ClientScope>>;
        default: boolean;
    };
    header: {
        type: import("vue").PropType<boolean | import("../..").ListHeaderOptions<ClientScope>>;
        default: boolean;
    };
    body: {
        type: import("vue").PropType<import("../..").ListBodyOptions<ClientScope>>;
    };
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../..").EntityCollectionVEmitOptions<ClientScope>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    query: {
        type: import("vue").PropType<import("rapiq").BuildInput<ClientScope>>;
        default(): {};
    };
    realmId: {
        type: StringConstructor;
        default: any;
    };
    loadOnSetup: {
        type: BooleanConstructor;
        default: boolean;
    };
    loading: {
        type: import("vue").PropType<boolean | import("../..").ListLoadingOptions<ClientScope>>;
        default: boolean;
    };
    noMore: {
        type: import("vue").PropType<boolean | import("../..").ListNoMoreOptions<ClientScope>>;
        default: boolean;
    };
    footer: {
        type: import("vue").PropType<boolean | import("../..").ListFooterOptions<ClientScope>>;
        default: boolean;
    };
    header: {
        type: import("vue").PropType<boolean | import("../..").ListHeaderOptions<ClientScope>>;
        default: boolean;
    };
    body: {
        type: import("vue").PropType<import("../..").ListBodyOptions<ClientScope>>;
    };
}>> & Readonly<{
    onUpdated?: (item: ClientScope) => any;
    onDeleted?: (item: ClientScope) => any;
    onCreated?: (item: ClientScope) => any;
}>, {
    footer: boolean;
    header: boolean;
    query: import("rapiq").BuildInput<ClientScope>;
    realmId: string;
    loadOnSetup: boolean;
    loading: boolean;
    noMore: boolean;
}, SlotsType<EntityCollectionVSlots<ClientScope>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default AClientScopes;
//# sourceMappingURL=AClientScopes.d.ts.map