import { FunctionComponent } from 'react';
import { WebBackTopProps } from "../../types";
export declare const BackTop: FunctionComponent<Partial<WebBackTopProps>>;
