import React from 'react';
import LayoutScrollButtonProps from './type';
declare const LayoutScrollButton: React.FC<LayoutScrollButtonProps>;
export default LayoutScrollButton;
