import { IGenericCustomElementProps } from "../types"; import { ITimelineSchema } from "./types"; export declare const Timeline: (props: IGenericCustomElementProps) => import("react/jsx-runtime").JSX.Element;