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