import React from "react";
type Props = {
    children: React.ReactNode;
    spacing?: "none" | "s" | "m" | "l";
};
export declare const VuiTimeline: ({ children, spacing }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
