import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { ToasterProps } from './Toaster.types';
export declare const Toaster: ForwardRefComponent<"div", ToasterProps>;
//# sourceMappingURL=Toaster.d.ts.map