import React from 'react'; export interface HtmlProps { content?: string; ':html'?: string; } export declare function Html({ content, ':html': html }: HtmlProps): React.JSX.Element; export default Html; //# sourceMappingURL=Html.d.ts.map