/// <reference types="./ambient-snackbar" />

import Snackbar from './Snackbar.svelte';

import Actions from './Actions.svelte';
import { Label } from '@smui/common';

export default Snackbar;

export { Actions, Label };
