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