import { member } from "../../core";
export interface CommentInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    Text?: member<any>;
}
export declare function Comment(props: CommentInput): any;
//# sourceMappingURL=Comment.d.ts.map