import type { PropsWithChildren } from "react"; import type { 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;