import { type Spec } from './export'; export declare function render(container: string, spec: Spec): void;