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