import type { DrawerProps } from './index.js'; declare const Drawer: import("svelte").Component; type Drawer = ReturnType; export default Drawer;