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