import type { PermissionCheckerCheckOptions, PolicyInput } from '@authup/access';
import type { PropType } from 'vue';
export declare const APermissionCheck: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    name: {
        type: PropType<string | string[]>;
        required: true;
    };
    input: {
        type: PropType<PolicyInput>;
    };
    options: {
        type: PropType<PermissionCheckerCheckOptions>;
    };
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
    [key: string]: any;
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    name: {
        type: PropType<string | string[]>;
        required: true;
    };
    input: {
        type: PropType<PolicyInput>;
    };
    options: {
        type: PropType<PermissionCheckerCheckOptions>;
    };
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=APermissionCheck.d.ts.map