declare const useToast: () => { show: (toast: import("./Toast.types").ShowProps) => string; hide: (id: string) => void; id: string; }; export default useToast;