import { PropType } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; declare const timelineItemProps: { time: PropType; title: StringConstructor; content: StringConstructor; color: StringConstructor; type: { type: PropType<"default" | "error" | "info" | "success" | "warning">; default: string; }; }; export declare type TimelineItemProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ time: PropType; title: StringConstructor; content: StringConstructor; color: StringConstructor; type: { type: PropType<"default" | "error" | "info" | "success" | "warning">; default: string; }; }, { mergedClsPrefix: import("vue").Ref; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-circle-border': string; '--n-icon-color': string; '--n-content-font-size': string; '--n-content-text-color': string; '--n-line-color': string; '--n-meta-text-color': string; '--n-title-font-size': string; '--n-title-font-weight': string; '--n-title-margin': string | number; '--n-title-text-color': string; '--n-icon-size': string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; title: StringConstructor; content: StringConstructor; color: StringConstructor; type: { type: PropType<"default" | "error" | "info" | "success" | "warning">; default: string; }; }>>, { type: "default" | "error" | "info" | "success" | "warning"; }>; export default _default;