import { TOAST_VARIANT } from "../lib/toast-utils"; export declare const showToast: (description: string, variant: TOAST_VARIANT) => void;