import { SnackbarProps } from './types'; export default function Snackbar(props: SnackbarProps): import("react/jsx-runtime").JSX.Element;