import React from 'react'; import './index.scss'; import { BackTopProps } from './type'; declare const BackTop: React.FC; export default BackTop;