import React from 'react';
import { Toast as Props } from '../types/Toast';
export declare const Toast: React.FC<Props>;
