import type { ContainerElement } from '../types'; interface Props { element: ContainerElement; } declare const Container: import("svelte").Component; type Container = ReturnType; export default Container;