import type { CircularViewModel, ExportSvgOptions } from '../model';
type CGV = CircularViewModel;
export declare function renderToSvg(model: CGV, opts: ExportSvgOptions): Promise<string>;
export {};
