import React from 'react'; export interface HTMLProps { children?: string; block?: boolean; className?: string; } export declare const HTML: React.FC;