type ScopeSelectProps = {
    clientId: string;
    resourceId?: string;
    preSelected?: string;
};
export declare const ScopeSelect: ({ clientId, resourceId, preSelected, }: ScopeSelectProps) => import("react/jsx-runtime").JSX.Element;
export {};
