import React from "react";
type Props = {
    children: React.ReactNode;
};
export declare const VuiTimeline: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
