import React from 'react'; import { SnackbarProps } from '@mui/material/Snackbar'; declare const Snackbar: React.FC; export default Snackbar;