import type { ViewModel } from '../../lib.js';
import type { UpdateHostParams } from './types.js';
export declare const defaultViewSource = "{\n    view: 'struct',\n    expanded: 1\n}";
export default function (host: ViewModel, updateParams: UpdateHostParams): {
    el: HTMLDivElement;
    render(data: unknown, context: unknown, discoveryContentEl: HTMLElement): void;
};
