import { FC } from 'react'; import './style'; import { BackTopProps } from 'antd'; declare const BackToTop: FC; export default BackToTop;