import React from 'react'; import { ToastProps } from '../../types'; export declare const Toast: ({ backgroundColor, duration, bottom, top, fontSize, icon, setVisible, position, text, textColor, visible, }: ToastProps) => React.JSX.Element | null;