import { default as React } from 'react'; interface NestedTimelineCardsProps { items: any[]; nestedCardHeight?: number; } /** * Specialized component for rendering nested timelines as simple cards * with a center connecting line instead of a full timeline layout */ declare const NestedTimelineCards: React.FC; export default NestedTimelineCards; //# sourceMappingURL=nested-timeline-cards.d.ts.map