import { CometChatListItemInterface } from './CometChatListItem'; export interface ListItemConfigurationInterface extends Omit { } export declare class ListItemConfiguration { constructor(props: ListItemConfigurationInterface); }