/// import { BackToTopProps } from './type'; declare const BackToTop: ({ lang, ...otherProps }: BackToTopProps) => JSX.Element; export default BackToTop;