import { HTML, Comps } from './interface'; export declare function html(comps: T): HTML; export declare function html(): HTML;