import * as React from 'react'; import { Reflection } from '@tygen/reflector'; export declare class CommentView extends React.Component<{ reflection: Reflection; inline?: boolean; tag?: string; }> { render(): JSX.Element | null; } //# sourceMappingURL=comment.d.ts.map