import { DefaultToast } from "../index"; export declare const genId: () => string; export declare const getToast: (toasts: T[], toastId: string) => T;