import React from 'react'; import { CommentElement } from '@breadstone/mosaik-elements-foundation'; /** * @public */ export declare const Comment: import("../../../../Utils/Proxy").ReactWebComponent; declare global { namespace JSX { interface IntrinsicElements { 'mosaik-comment': React.DetailedHTMLProps, CommentElement> | Partial; } } } //# sourceMappingURL=CommentComponent.d.ts.map