import type { PropType } from "vue"; import type { PathPickerProvider } from "../../core/path-provider-types.js"; import type { PathPickMode } from "../../core/path-suggest.js"; import type { Style } from "../../core/types.js"; export declare const TPathPicker: import("vue").DefineComponent; default: string; }; modelValue: { type: StringConstructor; required: true; }; placeholder: { type: StringConstructor; default: string; }; style: { type: PropType