import { Component } from 'solid-js'; import { ToastBarProps } from '../types'; export declare const ToastBar: Component;