import SvelteGanttDependencies from './GanttDependencies.svelte'; import type { DependencyModel } from './dependency'; export { SvelteGanttDependencies }; export type { DependencyModel };