declare global {
    namespace jest {
        interface Matchers<R> {
            toBeValidSvg(a: string, b: string): R;
        }
    }
}
export {};
//# sourceMappingURL=svg.d.ts.map