import type { ReactElement } from 'react';
import type { ToastBarPayload } from './ToastBarContext';
declare const ToastBarPersistent: ({ type, message, title, id, }: ToastBarPayload) => ReactElement;
export default ToastBarPersistent;
//# sourceMappingURL=ToastBarPersistent.d.ts.map