import { type Id } from '../types'; declare const __VLS_publicComponent: import("vue").DefineComponent; required: true; }; templates: { type: import("vue").PropType<{ id: Id; name: string; }[]>; required: true; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { apply: (templateId: string, projectId: string) => void; }, string, import("vue").PublicProps, Readonly; required: true; }; templates: { type: import("vue").PropType<{ id: Id; name: string; }[]>; required: true; }; }>> & Readonly<{ onApply?: ((templateId: string, projectId: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_publicComponent; export default _default;