import { CollectionPlayerV2, CollectionSlide } from '../collection-player/types/collection-player.type'; import { CollectionSelectorProps } from './types/collection-selector.type'; export type Emit = { close: [CollectionPlayerV2]; settings: [CollectionPlayerV2]; cancel: []; contentChange: [CollectionSlide]; }; declare const _default: import('vue').DefineComponent any; cancel: () => any; close: (args_0: CollectionPlayerV2) => any; contentChange: (args_0: CollectionSlide) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onSettings?: ((args_0: CollectionPlayerV2) => any) | undefined; onCancel?: (() => any) | undefined; onClose?: ((args_0: CollectionPlayerV2) => any) | undefined; onContentChange?: ((args_0: CollectionSlide) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { contentRef: import('vue').CreateComponentPublicInstanceWithMixins>, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, { [x: string]: any; }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly>, {}, {}, import('vue').ComputedOptions, import('vue').MethodOptions, { [x: string]: any; }> | null; }, any>; export default _default;