interface Props { children?: import('svelte').Snippet; class?: string; orientation?: 'vertical' | 'horizontal'; 'aria-label'?: string; 'aria-labelledby'?: string; } declare const Timeline: import("svelte").Component; type Timeline = ReturnType; export default Timeline;