import { default as ElBadge } from './ElBadge.vue'; import { default as ElIcon } from './ElIcon.vue'; import { default as ElAvatar } from './ElAvatar.vue'; export declare const elVerticalTabColors: readonly ["primary", "secondary"]; export type ElVerticalTabColors = (typeof elVerticalTabColors)[number]; export declare const elVerticalTabStatus: readonly ["default", "hover", "active"]; export type ElVerticalTabStatus = (typeof elVerticalTabStatus)[number]; declare const _default: __VLS_WithTemplateSlots["$props"]; avatar?: InstanceType["$props"]; primaryRow: string; secondaryRow?: string; tertiaryRow?: string; lineClamp?: 1 | 2; time?: string; badge?: InstanceType["$props"]; color?: ElVerticalTabColors; status?: ElVerticalTabStatus; }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly["$props"]; avatar?: InstanceType["$props"]; primaryRow: string; secondaryRow?: string; tertiaryRow?: string; lineClamp?: 1 | 2; time?: string; badge?: InstanceType["$props"]; color?: ElVerticalTabColors; status?: ElVerticalTabStatus; }>>>, {}, {}>, { "traling-slot"?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };