export declare const useToast: () => { pushToast: (toast: import('../components/container').IToast) => void deleteToast: (id: string) => void }