import type { DataStructureCreationModel } from './components/datastructure/types';
export type { DataStructureCreationModel };
import Selection from './components/datastructure/Selection.svelte';
export { Selection };
