import { KeepHeadingLevel } from "../../Keep/KeepTheme"; import type { ComponentProps, FC, PropsWithChildren } from "react"; export type TimelineTitleProps = PropsWithChildren & { className?: string; as?: KeepHeadingLevel; }>; export declare const TimelineTitle: FC;