import { SelectOption } from 'naive-ui'; import { PLATFORM_TYPE } from '../../constants/cdp.const'; type __VLS_Props = { option: SelectOption & { tags?: string[]; modifiedAt?: string; index: number; }; platformType?: (typeof PLATFORM_TYPE)[keyof typeof PLATFORM_TYPE]; maxTagsToShow?: number; isBlank?: boolean; hideOpenTemplate?: boolean; showLastModified?: boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { preview: () => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onPreview?: (() => any) | undefined; }>, { maxTagsToShow: number; showLastModified: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;