export interface ToastItemPublic {
    remove: () => void;
}
