/// <reference types="react" />
import type { BackBottomProps } from './type';
declare const BackBottom: import("react").NamedExoticComponent<BackBottomProps>;
export default BackBottom;
