export { default as DismissibleLayer } from "./dismissible-layer.svelte";
export type { DismissibleLayerProps } from "./types.js";
