import React from 'react'; import { ScrollAlertProps } from './type'; declare const ScrollAlert: React.FC; export default ScrollAlert;