import React from 'react';
import type { ListProps } from './types';
declare const ListItem: React.ForwardRefExoticComponent<ListProps & React.RefAttributes<HTMLLIElement>>;
export default ListItem;
