type __VLS_Props = { /** ID of the podcast for which to display transcription */ podcastId: number; }; /** Force reloading */ declare function reset(): void; declare const __VLS_export: import('../../../../node_modules/vue').DefineComponent<__VLS_Props, { reset: typeof reset; }, {}, {}, {}, import('../../../../node_modules/vue').ComponentOptionsMixin, import('../../../../node_modules/vue').ComponentOptionsMixin, {}, string, import('../../../../node_modules/vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../node_modules/vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;