import { Plugin, Schema } from '@pdfme/common'; export type SVGSchema = Schema; declare const svgSchema: Plugin; export default svgSchema;