import { Podcast } from '../../../stores/class/general/podcast'; import { Conference } from '../../../stores/class/conference/conference'; type __VLS_Props = { podcast: Podcast; playingPodcast?: Podcast; podcastConference?: Conference; }; declare function removeDeleted(): void; declare function resetTranscription(): void; declare var __VLS_1: { podcast: Podcast; live: boolean; recording: Conference; onDeleteItem: typeof removeDeleted; onValidatePodcast: (p: any) => void; }, __VLS_3: { podcast: Podcast; displayStudioAccess: boolean; onUpdateTranscription: typeof resetTranscription; onValidatePodcast: (p: any) => void; }; type __VLS_Slots = {} & { 'recording-item-button'?: (props: typeof __VLS_1) => any; } & { 'edit-box'?: (props: typeof __VLS_3) => any; }; declare const __VLS_base: import('../../../../node_modules/vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../../node_modules/vue').ComponentOptionsMixin, import('../../../../node_modules/vue').ComponentOptionsMixin, { updatePodcast: (...args: any[]) => void; }, string, import('../../../../node_modules/vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onUpdatePodcast?: (...args: any[]) => any; }>, {}, {}, {}, {}, string, import('../../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };