import type { PropType } from 'vue'; declare var __VLS_1: { isAllowed: boolean | undefined; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent (boolean | Promise)>; required: true; default: () => Promise; }; /** * Should the default slot content be shown once the authFunction is evaluated no matter what? * e.g. if you want to display the item but disable it. */ forceShow: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly (boolean | Promise)>; required: true; default: () => Promise; }; /** * Should the default slot content be shown once the authFunction is evaluated no matter what? * e.g. if you want to display the item but disable it. */ forceShow: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{}>, { forceShow: boolean; authFunction: () => (boolean | Promise); }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=PermissionsWrapper.vue.d.ts.map