import React from 'react'; import { ListItemProps } from './ListItem'; import { ListStyle } from './utils'; export declare const ListCard: React.FC;