import { SVGR } from './types'; /** * Creates a mock SVGR component for testing purposes. */ export declare const createTestSVGRComponent: (testId: string) => SVGR.Component; export declare const TestSVGRGlyph: SVGR.Component; export declare const TestSVGRGlyphWithChildren: SVGR.Component; export declare const CustomSVGRGlyph: SVGR.Component; export declare const AnotherCustomGlyph: SVGR.Component; //# sourceMappingURL=testUtils.d.ts.map