import { KEYS, delay, stripAnsi, cleanup } from '@wolf-tui/testing-library'; export { KEYS, delay, stripAnsi, cleanup }; export interface RenderOptions { columns?: number; rows?: number; } export declare function render(component: any, options?: RenderOptions): any; //# sourceMappingURL=index.d.ts.map