import type { SnackbarNotification } from "./types"; declare const snackbar: (settings: Partial) => void; export default snackbar;