import { Props } from './withContacts'; export default (props: Props = {}): [string, Props] => ['expo-contacts', props];