interface Props { children?: import('svelte').Snippet; target?: HTMLElement | string; disabled?: boolean; } declare const Portal: import("svelte").Component; type Portal = ReturnType; export default Portal;