import { FC } from 'react';
import { SnackbarProps } from './types';
declare const Snackbar: FC<SnackbarProps>;
export default Snackbar;
