Touchable: {
    TOUCH_TARGET_DEBUG: boolean;
    renderDebugView: ((config) => null | ReactElement<any, string | JSXElementConstructor<any>>);
}

Type declaration