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