Contacts: {
    Header: (props: ContactsHeaderProps) => Element;
    Layout: (props: HomeTabLayoutProps) => Element;
    OrganizationDetails: (__namedParameters: ContactDetailsProps) => Element;
    OrganizationForm: () => Element;
    OrganizationsScene: () => Element;
    PersonDetails: (__namedParameters: ContactDetailsProps) => Element;
    PersonForm: (props: ContactManageProps) => Element;
    PersonsScene: () => Element;
    Provider: (props: Props) => Element;
    ViewSwitcher: (props: ViewSwitcherProps) => Element;
} = ...

Type declaration