import { RenderOptions, RenderResult } from '@testing-library/preact'; export * from '@testing-library/preact'; export declare const render: (ui: any, options?: Omit) => RenderResult; //# sourceMappingURL=tests.d.ts.map