import { default as React } from 'react'; export interface HtmlCommentProps { comment: string | string[]; } export declare const HtmlComment: React.FC;