import * as React from 'react'; import type { CaptureOptions } from 'react-native-view-shot'; // Not yet supported export async function captureRef( _viewRef: number | React.Component | Element | React.RefObject, _options?: CaptureOptions | undefined, ): Promise { return ''; }