import type { BouncyNotificationProviderProps } from './BouncyNotification.types'; declare function BouncyNotificationProvider({ children, container, defaultDelayMs, defaultVisibleDurationMs, }: BouncyNotificationProviderProps): import("react/jsx-runtime").JSX.Element; export { BouncyNotificationProvider };