import { GroupShape, TextData, ReferenceID, ImageAsset, Font1, Fonts, Assets } from './animation'; export declare function render(dom: SVGGraphicsElement, baseDom?: SVGGraphicsElement): GroupShape[]; export declare function renderPlainGlyph(type: 'rect' | 'ellipse', args: number[]): GroupShape; export declare function renderText(dom: SVGTextElement, fontList?: Fonts): [TextData, Font1]; export declare function renderImage(dom: SVGImageElement, assetList?: Assets): [ReferenceID, ImageAsset];