import { ViewProps } from "@tarojs/components/types/View"; import { PropsWithChildren } from "react"; interface TimelineConnectorProps extends PropsWithChildren { } declare function TimelineConnector(props: TimelineConnectorProps): JSX.Element; export default TimelineConnector;