import { CollectionPlayerWithPages } from './types/model.type'; import { Api } from './stores/app.store'; export type Emit = { close: [CollectionPlayerWithPages]; cancel: []; contentChange: [CollectionPlayerWithPages]; }; type __VLS_Props = { zIndex?: number; attachTo?: string | HTMLElement; initialData: CollectionPlayerWithPages; instanceId: string; fileTags?: string[]; api: Api; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { cancel: () => any; close: (args_0: CollectionPlayerWithPages) => any; contentChange: (args_0: CollectionPlayerWithPages) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onCancel?: (() => any) | undefined; onClose?: ((args_0: CollectionPlayerWithPages) => any) | undefined; onContentChange?: ((args_0: CollectionPlayerWithPages) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;