import React, { FunctionComponent } from 'react';
import { TaroBackTopProps } from "../../types";
export declare const BackTop: FunctionComponent<Partial<TaroBackTopProps> & Omit<React.HTMLAttributes<HTMLDivElement>, 'onClick'>>;
