import type { DirEnt } from '@webcontainer/api'; declare const _default: import("vue").DefineComponent; /** * The path the entity exists under. */ path: string; }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { fileClick: (path: string) => void; }, string, import("vue").PublicProps, Readonly; /** * The path the entity exists under. */ path: string; }>>> & Readonly<{ onFileClick?: ((path: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToOption = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; };