import type { ExtractPropTypes } from 'vue'; import type TimelineItem from './timeline-item.vue'; export declare const timelineItemProps: { readonly timestamp: import("element-plus/es/utils").EpPropFinalized; readonly hideTimestamp: BooleanConstructor; readonly center: BooleanConstructor; readonly placement: import("element-plus/es/utils").EpPropFinalized; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly color: import("element-plus/es/utils").EpPropFinalized; readonly size: import("element-plus/es/utils").EpPropFinalized; readonly icon: { readonly type: import("vue").PropType (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly hollow: BooleanConstructor; }; export declare type TimelineItemProps = ExtractPropTypes; export declare type TimelineItemInstance = InstanceType;