/// import "./Toast.scss"; export declare const Toast: ({ message, clearToast, }: { message: string; clearToast: () => void; }) => JSX.Element;