/** * */ import { InnovationShort } from './innovationShort.model'; import { InnovationDocument } from './innovationDocument.model'; export declare class Innovation extends InnovationShort { _isEmpty: boolean; document: InnovationDocument[]; constructor(json?: any); }