import { ListItemBase as _ListItemBase } from '@material/mwc-list/mwc-list-item-base'; export declare class ListItemBase extends _ListItemBase { color: string; constructor(); handleClick(): void; handleFocus(): void; handleBlur(): void; value: string; group: null | string; tabindex: number; disabled: boolean; twoline: boolean; threeline: boolean; fourline: boolean; activated: boolean; graphic: 'avatar' | 'icon' | 'medium' | 'large' | 'control' | null; multipleGraphics: boolean; hasMeta: boolean; noninteractive: boolean; selected: boolean; left: boolean; connectedCallback(): void; renderText(): import("lit-html").TemplateResult<1>; renderThreeline(): import("lit-html").TemplateResult<1>; renderFourline(): import("lit-html").TemplateResult<1>; }