import type { ComponentType, Key, PropsWithChildren } from 'react' import type { ViewProps } from './View' declare const ListItem: ComponentType> export { ListItem }