import React from 'react'; import { IListItemProps } from './listitem.interfaces'; export declare const _ListItem: React.ForwardRefExoticComponent, "className" | "left" | "right" | "title" | "description" | "onClick" | "style" | "children"> & React.RefAttributes>; export declare const ListItem: React.ForwardRefExoticComponent, "className" | "left" | "right" | "title" | "description" | "onClick" | "style" | "children"> & React.RefAttributes> & { Description: { ({ children, ...props }: React.PropsWithChildren): JSX.Element; defaultTheme: ({ colors }: import("../..").CommonTheme) => [string, { fontSize: string; lineHeight: string; textColor: string; }]; }; Title: { ({ children, ...props }: React.HTMLAttributes): JSX.Element; defaultTheme: () => [string, { fontSize: string; fontWeight: string; }]; }; Left: { ({ children, ...props }: React.HTMLAttributes): JSX.Element; defaultTheme: () => [string, { padding: string; }]; }; Right: { ({ children, ...props }: React.HTMLAttributes): JSX.Element; defaultTheme: () => [string, { padding: string; }]; }; };