interface SectionContentItemProps { title: string; value?: string; linkValue?: string; linkTarget?: '_blank' | '_self'; subValue?: string; icon?: string; tags?: string[]; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { actions?(_: {}): any; default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, { linkTarget: "_blank" | "_self"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=SectionContentItem.vue.d.ts.map