import { Drawer as DrawerPrimitive } from "vaul-svelte";
declare const DrawerDescription: import("svelte").Component<DrawerPrimitive.DescriptionProps, {}, "ref">;
type DrawerDescription = ReturnType<typeof DrawerDescription>;
export default DrawerDescription;
