import { FC } from 'react'; import { SnackbarContainerProps } from './Snackbar.types'; export declare const SnackbarContainer: FC;