export default _sfc_main; declare namespace _sfc_main { const name: string; const components: undefined; namespace props { namespace report { export const type: ObjectConstructor; function _default(): {}; export { _default as default }; } } const emits: string[]; function data(): { id: undefined; editable: boolean; remarks: undefined; }; namespace computed { function computeUTCTime(): (time: any, format?: string) => string; function compareTime(): (actual: any, recmd: any) => any; function computeBlankHtml(): (html: any) => boolean; } namespace watch { export namespace report_1 { function handler(): void; const immediate: boolean; } export { report_1 as report }; } namespace methods { function handleCommit(content: any): void; } }