type $$ComponentProps = { columns?: 1 | 2 | 3; bordered?: boolean; size?: 'sm' | 'md'; title?: string; }; declare const DescriptionsStory: import("svelte").Component<$$ComponentProps, {}, "">; type DescriptionsStory = ReturnType; export default DescriptionsStory;