/// <reference types="react" />
export declare const RequiredScopesRow: ({ scopes }: {
    scopes: string[];
}) => JSX.Element | null;
