import type { FC } from 'react'; import type { CaptchaProps } from './PropsType'; import './style/index.less'; declare const Captcha: FC; export default Captcha;