import React from "react"; import { TSnackBarProps } from "./SnackBar.d"; declare const TSnackBar: React.FC; export default TSnackBar;