import { FC } from 'react'; import { ListItemInterface } from './list.types'; export declare const ListItem: FC;