import type { VNode } from 'vue';
import type { SvgNode } from '@inkline/inkline/types';
export declare const renderSvg: (children: SvgNode[]) => (VNode | string)[];
