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