type ResourcesProps = {
    clientId: string;
    isDisabled?: boolean;
};
export declare const AuthorizationResources: ({ clientId, isDisabled, }: ResourcesProps) => import("react/jsx-runtime").JSX.Element;
export {};
