import { BcfTopic, BcfTopicTotal } from '../../store/bcfReflect'; declare const _default: import('vue').DefineComponent<{ bcfId: number; userId: number; mode?: "add" | "edit"; bcfContent?: BcfTopic | BcfTopicTotal; bcfList: BcfTopicTotal[]; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { closePanel: (...args: any[]) => void; imageZoomIn: (...args: any[]) => void; closeAdd: (...args: any[]) => void; submitBcf: (...args: any[]) => void; updateBcf: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<{ bcfId: number; userId: number; mode?: "add" | "edit"; bcfContent?: BcfTopic | BcfTopicTotal; bcfList: BcfTopicTotal[]; }> & Readonly<{ onClosePanel?: ((...args: any[]) => any) | undefined; onImageZoomIn?: ((...args: any[]) => any) | undefined; onCloseAdd?: ((...args: any[]) => any) | undefined; onSubmitBcf?: ((...args: any[]) => any) | undefined; onUpdateBcf?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;