import { ReactNode } from 'react'; export declare function useSnackbar(): { show: (toast: Omit) => void; error: (content: ReactNode, options?: Partial) => void>[0], "content">>) => void; success: (content: ReactNode, options?: Partial) => void>[0], "content" | "background">>) => void; info: (content: ReactNode, options?: Partial) => void>[0], "content" | "background">>) => void; warning: (content: ReactNode, options?: Partial) => void>[0], "content" | "background">>) => void; message: (content: ReactNode, options?: Partial) => void>[0], "content" | "background">>) => void; };