import { InstructionContent } from '../../utils/eventBus'; import { BcfTopicTotal } from '../../store/bcfReflect'; declare const _default: import('vue').DefineComponent<{ instruction?: InstructionContent | undefined; bcfList: BcfTopicTotal[]; userId: number; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { closePanel: (...args: any[]) => void; emitHandler: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<{ instruction?: InstructionContent | undefined; bcfList: BcfTopicTotal[]; userId: number; }> & Readonly<{ onClosePanel?: ((...args: any[]) => any) | undefined; onEmitHandler?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;