import type { Config } from "jest"; /** * Jest preset for Trackunit React applications. * * This preset provides: * - Test setup files that configure mocks and testing utilities * - Module name mappings for stubbing CSS and SVG files */ export declare const irisPreset: Config;