import React from 'react'; import type { TimelineConnectorProps } from './types'; export declare function TimelineConnector({ style }: TimelineConnectorProps): React.JSX.Element; //# sourceMappingURL=TimelineConnector.d.ts.map