type $$ComponentProps = { selectable?: boolean; }; declare const ListStory: import("svelte").Component<$$ComponentProps, {}, "">; type ListStory = ReturnType; export default ListStory;