declare const _default: import('vue').DefineComponent<{ bcfId: number; author: string; commentId?: string; oldComment?: string; mode: "add" | "update"; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { cancel: (...args: any[]) => void; updateComment: (...args: any[]) => void; submitComment: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<{ bcfId: number; author: string; commentId?: string; oldComment?: string; mode: "add" | "update"; }> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; onUpdateComment?: ((...args: any[]) => any) | undefined; onSubmitComment?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;