import type { TimelineProps } from "../../types/components/timeline";
declare const Timeline: import("svelte").Component<TimelineProps, {}, "">;
type Timeline = ReturnType<typeof Timeline>;
export default Timeline;
