import type { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; export declare const timelineItemProps: { time: PropType; title: StringConstructor; content: StringConstructor; color: StringConstructor; lineType: { type: PropType<"default" | "dashed">; default: string; }; type: { type: PropType<"default" | "success" | "error" | "warning" | "info">; default: string; }; }; export type TimelineItemProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; title: StringConstructor; content: StringConstructor; color: StringConstructor; lineType: { type: PropType<"default" | "dashed">; default: string; }; type: { type: PropType<"default" | "success" | "error" | "warning" | "info">; default: string; }; }>, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--u-bezier': string; '--u-circle-border': string; '--u-icon-color': string; '--u-content-font-size': string; '--u-content-text-color': string; '--u-line-color': string; '--u-meta-text-color': string; '--u-title-font-size': string; '--u-title-font-weight': string; '--u-title-margin': string; '--u-title-text-color': string; '--u-icon-size': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; title: StringConstructor; content: StringConstructor; color: StringConstructor; lineType: { type: PropType<"default" | "dashed">; default: string; }; type: { type: PropType<"default" | "success" | "error" | "warning" | "info">; default: string; }; }>> & Readonly<{}>, { type: "default" | "error" | "warning" | "success" | "info"; lineType: "default" | "dashed"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;