import { PropsOf } from '@builder.io/qwik'; type TimelineProps = PropsOf<'ol'> & { horizontal?: boolean; }; export declare const Timeline: import("@builder.io/qwik").Component; export {};