import { type HTMLChakraProps, type SlotRecipeProps, type UnstyledProp } from "../../styled-system"; declare const useTimelineStyles: () => Record; export { useTimelineStyles }; export interface TimelineRootBaseProps extends SlotRecipeProps<"timeline">, UnstyledProp { } export interface TimelineRootProps extends HTMLChakraProps<"div", TimelineRootBaseProps> { } export declare const TimelineRoot: import("react").ForwardRefExoticComponent>; export declare const TimelineRootPropsProvider: React.Provider; export interface TimelineItemProps extends HTMLChakraProps<"div"> { } export declare const TimelineItem: import("react").ForwardRefExoticComponent>; export interface TimelineSeparatorProps extends HTMLChakraProps<"div"> { } export declare const TimelineSeparator: import("react").ForwardRefExoticComponent>; export interface TimelineIndicatorProps extends HTMLChakraProps<"div"> { } export declare const TimelineIndicator: import("react").ForwardRefExoticComponent>; export interface TimelineContentProps extends HTMLChakraProps<"div"> { } export declare const TimelineContent: import("react").ForwardRefExoticComponent>; export interface TimelineTitleProps extends HTMLChakraProps<"div"> { } export declare const TimelineTitle: import("react").ForwardRefExoticComponent>; export interface TimelineDescriptionProps extends HTMLChakraProps<"div"> { } export declare const TimelineDescription: import("react").ForwardRefExoticComponent>; export interface TimelineConnectorProps extends HTMLChakraProps<"div"> { } export declare const TimelineConnector: import("react").ForwardRefExoticComponent>;