import type { Snippet } from 'svelte';
interface Props {
    target?: string | HTMLElement | null;
    children?: Snippet;
}
declare const Portal: import("svelte").Component<Props, {}, "">;
type Portal = ReturnType<typeof Portal>;
export default Portal;
//# sourceMappingURL=Portal.svelte.d.ts.map