import { Props } from './withImagePicker';

export default (props: Props = {}): [string, Props] => ['expo-image-picker', props];
