import { InputBCFView } from '@xtctwins/tctwins-bimx-viewer/types/src/toolbar/BCFTool'; declare const _default: import('vue').DefineComponent<{ userId: number; commentGuid?: string; oldComment?: string; mode: "add" | "update"; snapshotList?: InputBCFView[]; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { cancel: (...args: any[]) => void; submitComment: (...args: any[]) => void; updateComment: (...args: any[]) => void; addViewPoint: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<{ userId: number; commentGuid?: string; oldComment?: string; mode: "add" | "update"; snapshotList?: InputBCFView[]; }> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; onSubmitComment?: ((...args: any[]) => any) | undefined; onUpdateComment?: ((...args: any[]) => any) | undefined; onAddViewPoint?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;