type $$ComponentProps = { title?: string; description?: string; side?: 'left' | 'right' | 'top' | 'bottom'; size?: 'sm' | 'md' | 'lg' | 'xl' | 'full'; closeOnBackdrop?: boolean; closeOnEscape?: boolean; showClose?: boolean; blurBackdrop?: boolean; }; declare const DrawerStory: import("svelte").Component<$$ComponentProps, {}, "">; type DrawerStory = ReturnType; export default DrawerStory;