import { ICreateToast } from '@/interfaces'; export declare const Toast: ({ id, type, title, description, animation: propsAnimation, autoDelete, delayForDelete, position, }: ICreateToast) => JSX.Element;