import { type BlockBackgroundVariant } from "../BlockBackground"; export type TimelineBlockProps = Omit, "title"> & Readonly<{ title?: React.ReactNode; background?: BlockBackgroundVariant; }>; export declare const TimelineBlock: ({ title, children, background, className, ...rest }: TimelineBlockProps) => import("react").JSX.Element; //# sourceMappingURL=TimelineBlock.d.ts.map