List
: CommonComponent<{ flatListProps
?: Omit<FlatListProps<GroupChannel>, "data" | "renderItem">; groupChannels
: GroupChannel[]; menuItemCreator
?: ((defaultMenuItem
: ActionMenuItem) => ActionMenuItem); onLoadNext
: (() => Promise<void>); renderGroupChannelPreview
: ((channel
: GroupChannel, onLongPressChannel
: (() => void)) => null | ReactElement<any, string | JSXElementConstructor<any>>); }>