import React from 'react'; import { InoToastProps } from './InoToast.types'; import '../../styles/InoToast.css'; export declare const InoToast: React.FC;