/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format */ import { ImagePickerNativeModule } from './privateTypes'; /** * We export the native interface in this way to give easy shared access to it between the * JavaScript code and the tests */ declare const _default: ImagePickerNativeModule; export default _default;