import React from 'react';
import type { Authenticator } from '@nocobase/plugin-auth/client';
export declare const CasdoorAuthButton: (props: {
    authenticator: Authenticator;
}) => React.JSX.Element;
export declare const CasdoorAuthAdminSettingsForm: () => React.JSX.Element;
