import React from 'react'; import { type ToastLinkProps } from '../../types'; declare const ToastBarLink: React.ForwardRefExoticComponent & React.RefAttributes>; export default ToastBarLink;