import React from 'react'; import type { ToastProps, ToastRefType } from './types'; declare const ToastSection: React.ForwardRefExoticComponent>; export default ToastSection; //# sourceMappingURL=index.d.ts.map