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