import { InputComment } from '../../store/bcfReflect'; declare const _default: import('vue').DefineComponent<{ userId: number; commentList: InputComment[] | undefined; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { deleteComment: (...args: any[]) => void; bcfScreenshot: (...args: any[]) => void; updateComment: (...args: any[]) => void; addViewPoint: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<{ userId: number; commentList: InputComment[] | undefined; }> & Readonly<{ onDeleteComment?: ((...args: any[]) => any) | undefined; onBcfScreenshot?: ((...args: any[]) => any) | undefined; onUpdateComment?: ((...args: any[]) => any) | undefined; onAddViewPoint?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;