import { GestureResponderEvent } from 'react-native';
declare type Props = {
    onPress?: ((event: GestureResponderEvent) => void) | null;
    status: 'COMPLETE' | 'FAILED' | 'NONE' | 'PENDING';
};
export declare function LogBoxInspectorSourceMapStatus(props: Props): JSX.Element | null;
export {};
