import { SfListItemSize } from '../../types/sf-list-item.type'; import * as i0 from "@angular/core"; export declare class SfListItemComponent { size: keyof typeof SfListItemSize; disabled: boolean; selected: boolean; sizeClasses: { sm: string; base: string; lg: string; }; get hostDisabled(): boolean; get hostClass(): string; dataTestId: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }