import * as i0 from "@angular/core";
export declare class NodeCommentsComponent {
    /** nodeId of the document that has comments */
    nodeId: string;
    /** make the comments component readOnly */
    readOnly: boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<NodeCommentsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NodeCommentsComponent, "adf-node-comments", never, { "nodeId": { "alias": "nodeId"; "required": true; }; "readOnly": { "alias": "readOnly"; "required": false; }; }, {}, never, never, true, never>;
}
