import { ReactElement } from 'react'; import { TimelineSideProps } from './Timeline.interface'; declare const TimelineStart: { ({ ref, children, box, className, dataTheme, ...props }: TimelineSideProps): ReactElement; displayName: string; }; export default TimelineStart;