import * as React from "react"; declare const info: (title?: React.ReactNode, description?: React.ReactNode, duration?: number | undefined) => void; declare const success: (title?: React.ReactNode, description?: React.ReactNode, duration?: number | undefined) => void; declare const warn: (title?: React.ReactNode, description?: React.ReactNode, duration?: number | undefined) => void; declare const wrong: (title?: React.ReactNode, description?: React.ReactNode, duration?: number | undefined) => void; export { info, success, warn, wrong };