type $$ComponentProps = { children?: any; container?: HTMLElement | string; }; declare const DrawerPortal: import("svelte").Component<$$ComponentProps, {}, "">; type DrawerPortal = ReturnType; export default DrawerPortal;