import { FunctionComponent } from 'react'; import { BackTopProps } from './types'; export declare const BackTop: FunctionComponent;