import { AureliaBcf } from '../aurelia-bcf'; export declare class NewTopicForm { private bcf; projectId: string; topicId: string; private topicInstance; private commentInstance; private viewpointInstance; constructor(bcf: AureliaBcf); }