import type { TestInstance } from 'test-renderer';
export declare function getTextContent(instance: TestInstance | string | null): string;
