import { PropsWithChildren } from "react"; import { ViewProps } from "@tarojs/components/types/View"; export interface TimeLineSeparatorProps extends PropsWithChildren { } declare function TimeLineSeparator(props: TimeLineSeparatorProps): JSX.Element; declare namespace TimeLineSeparator { var displayName: string; } export default TimeLineSeparator;