import type { NoteIndex } from '@/models/notes/index/noteIndex.model.ts'; type __VLS_Props = { notes: NoteIndex[]; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { update: (args_0: NoteIndex) => any; delete: (args_0: string & import("zod").$brand<"NoteUuid">) => any; next: () => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onUpdate?: ((args_0: NoteIndex) => any) | undefined; onDelete?: ((args_0: string & import("zod").$brand<"NoteUuid">) => any) | undefined; onNext?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;