import { EntityType } from '@authup/core-kit';
import type { UserPermission } from '@authup/core-kit';
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    userId: {
        type: StringConstructor;
        required: true;
    };
    permissionId: {
        type: StringConstructor;
        required: true;
    };
}>, {
    manager: import("../../index.ts").EntityManager<UserPermission>;
    handleChanged: (value: boolean) => Promise<void>;
    handleUpdated: (entity: UserPermission) => void;
    EntityType: typeof EntityType;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("../../index.ts").EntityVEmitOptions<UserPermission>, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    userId: {
        type: StringConstructor;
        required: true;
    };
    permissionId: {
        type: StringConstructor;
        required: true;
    };
}>> & Readonly<{
    onUpdated?: (item: UserPermission) => any;
    onDeleted?: (item: UserPermission) => any;
    onCreated?: (item: UserPermission) => any;
    onResolved?: (item?: UserPermission) => any;
    onFailed?: (item: Error) => any;
}>, {}, {}, {
    AToggleButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
        value: {
            type: BooleanConstructor;
            required: true;
        };
        isBusy: {
            type: BooleanConstructor;
            required: true;
        };
    }>, {
        handleClick: (e: Event) => void;
    }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "changed"[], "changed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
        value: {
            type: BooleanConstructor;
            required: true;
        };
        isBusy: {
            type: BooleanConstructor;
            required: true;
        };
    }>> & Readonly<{
        onChanged?: (...args: any[]) => any;
    }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
    APermissionPolicyBindingButton: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
        entityType: {
            type: import("vue").PropType<keyof import("@authup/core-kit").EntityTypeMap>;
            required: true;
        };
        entity: {
            type: import("vue").PropType<import("@authup/core-kit").PermissionRelation & {
                id: string;
            }>;
            required: true;
        };
    }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
        [key: string]: any;
    }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("updated" | "failed")[], "updated" | "failed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
        entityType: {
            type: import("vue").PropType<keyof import("@authup/core-kit").EntityTypeMap>;
            required: true;
        };
        entity: {
            type: import("vue").PropType<import("@authup/core-kit").PermissionRelation & {
                id: string;
            }>;
            required: true;
        };
    }>> & Readonly<{
        onUpdated?: (...args: any[]) => any;
        onFailed?: (...args: any[]) => any;
    }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=AUserPermissionAssignment.vue.d.ts.map