import type { OAuthFlow, OAuthFlowsObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
type __VLS_Props = {
    flowType: keyof OAuthFlowsObject;
    flow: OAuthFlow;
    selectedScopes: string[];
};
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
    "update:selectedScopes": (payload: Pick<{
        id: string[];
        name: string;
        scopes: string[];
        newScopePayload?: {
            name: string;
            description: string;
            flowType: keyof OAuthFlowsObject;
        };
        meta: import("@scalar/workspace-store/events").AuthMeta;
    }, "scopes" | "newScopePayload">) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    "onUpdate:selectedScopes"?: ((payload: Pick<{
        id: string[];
        name: string;
        scopes: string[];
        newScopePayload?: {
            name: string;
            description: string;
            flowType: keyof OAuthFlowsObject;
        };
        meta: import("@scalar/workspace-store/events").AuthMeta;
    }, "scopes" | "newScopePayload">) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;
//# sourceMappingURL=OAuthScopesInput.vue.d.ts.map