import React from 'react';
import { IBackToTopStandAlone } from './types/backToTop';
export declare const BackToTopStandAlone: React.ForwardRefExoticComponent<IBackToTopStandAlone & React.RefAttributes<HTMLButtonElement>>;
