declare const ContainerStory: import("svelte").Component<{ size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "full" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl"; padding?: "none" | "sm" | "md" | "lg"; }, {}, "">; type ContainerStory = ReturnType; export default ContainerStory;