import { ComponentType } from 'react'; import { ListItemProps } from './types'; export declare const ListItem: ComponentType;