import type { ComponentType, Key, PropsWithChildren } from 'react'
import type { ViewProps } from './View'

declare const ListItem: ComponentType<PropsWithChildren<ViewProps>>

export { ListItem }
