import "./evaluate.css";
export type EvaluateScopesProps = {
    clientId: string;
    protocol: string;
};
export declare const EvaluateScopes: ({ clientId, protocol }: EvaluateScopesProps) => import("react/jsx-runtime").JSX.Element;
