type Texts = { name: string; info: string; type: string; file: string; folder?: never; } | { name: string; info: string; type: string; folder: string; file?: never; } | { name: string; info: string; type?: never; file?: never; folder?: never; }; type __VLS_Props = { name: string; texts: Texts; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;