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