import { ShowtimeUploadItem } from '../ShowtimeUpload.types'; interface Props { open?: boolean; item?: ShowtimeUploadItem; source?: string; } declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; }>, { source: string; open: boolean; item: ShowtimeUploadItem; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;