import { InternalOptions, SVGExportOptions } from "./interfaces"; export declare function initOptions(svgElement: SVGGraphicsElement, options?: SVGExportOptions): InternalOptions;