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