import type { EntityTypeMap, PermissionRelation } from '@authup/core-kit'; import type { PropType } from 'vue'; import type { ButtonSize } from '@vuecs/button'; type PermissionBindingEntity = PermissionRelation & { id: string; }; export declare const APermissionPolicyBindingButton: import("vue").DefineComponent; required: true; }; entity: { type: PropType>; required: false; default: any; }; size: { type: PropType; default: ButtonSize; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("failed" | "created" | "updated")[], "failed" | "created" | "updated", import("vue").PublicProps, Readonly; required: true; }; entity: { type: PropType>; required: false; default: any; }; size: { type: PropType; default: ButtonSize; }; }>> & Readonly<{ onFailed?: (...args: any[]) => any; onCreated?: (...args: any[]) => any; onUpdated?: (...args: any[]) => any; }>, { size: ButtonSize; entity: Partial; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export {}; //# sourceMappingURL=APermissionPolicyBindingButton.d.ts.map