/// import { ErrorToastProps } from './type'; declare function ErrorToast({ message, onRetry, position, iconSrc }: ErrorToastProps): import("react").JSX.Element; export default ErrorToast;