import { FeaturedValue } from '../abstract/featured-value'; import * as i0 from "@angular/core"; export declare abstract class AbstractPanelItemComponent { leadingIcon: string; leadingIconEnabled: boolean; featuredValue: FeaturedValue; textEllipsis: boolean; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }