import type { ImageEntry } from "../viewTypes"; type __VLS_Props = { characterKeys: string[]; images: Record | undefined; thumbnails: Record; renderState: Record; errors: Record; dragOver: Record; movieGenerating: boolean; anyBeatRendering: boolean; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { renderCharacter: (key: string, force: boolean) => any; generateAll: () => any; charDragOver: (event: DragEvent, key: string) => any; charDragLeave: (key: string) => any; charDrop: (event: DragEvent, key: string) => any; openLightbox: (key: string) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onRenderCharacter?: (key: string, force: boolean) => any; onGenerateAll?: () => any; onCharDragOver?: (event: DragEvent, key: string) => any; onCharDragLeave?: (key: string) => any; onCharDrop?: (event: DragEvent, key: string) => any; onOpenLightbox?: (key: string) => any; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CharacterStrip.vue.d.ts.map