import React from 'react'; export interface Props { ItemClass?: any; ItemId?: any; children?: any; listStyle?: React.CSSProperties; } export declare const ListItem: ({ ItemClass, ItemId, children, listStyle }: Props) => import("react/jsx-runtime").JSX.Element; export default ListItem;