import { TimelineProps } from 'antd'; declare const Timeline: ({ ...props }: TimelineProps) => import("react/jsx-runtime").JSX.Element; export { Timeline }; export type { TimelineProps };