import type { CustomAttributeTypeInterface, ValidationError } from '@markdoc/markdoc'; export declare class SvgContent implements CustomAttributeTypeInterface { validate(_value: string): ValidationError[]; static resolver: string; } //# sourceMappingURL=svg-content.d.ts.map