import type { Component } from 'svelte';
export interface HtmlRenderers {
    [key: string]: Component<any, any, any> | null;
}
export declare const Html: HtmlRenderers;
export default Html;
