import { MemoExoticComponent, ForwardRefExoticComponent, RefAttributes } from 'react'; import Scroll from './scrollAlert'; import { AlertProps, AlertInstance } from './type'; export interface AlertComponent extends MemoExoticComponent>> { Scroll: typeof Scroll; } declare const _default: AlertComponent; export default _default;