import { Synnax as SynnaxClient } from '@synnaxlabs/client'; import { FC, PropsWithChildren } from 'react'; import { aether } from '../../aether/aether'; import { telem } from '../aether'; export interface CreateTestWrapperOptions { registry: aether.ComponentRegistry; client?: SynnaxClient | null; telemFactories?: telem.Factory[]; } export declare const createTestWrapper: (options: CreateTestWrapperOptions) => FC; //# sourceMappingURL=wrapper.d.ts.map