export declare const ScopePicker: ({ clientId }: {
    clientId: string;
}) => import("react/jsx-runtime").JSX.Element;
