import * as _angular_core from '@angular/core'; import * as _lucca_front_ng_listing from '@lucca-front/ng/listing'; import { LuccaIcon } from '@lucca-front/icons'; declare class ListingItemComponent { protected listingRef: _lucca_front_ng_listing.ListingComponent; /** * Adds an icon to the listing item */ readonly icon: _angular_core.InputSignal; readonly critical: _angular_core.InputSignalWithTransform; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } declare class ListingComponent { /** * Create HTMLOListElement */ readonly ordered: _angular_core.InputSignalWithTransform; /** * Create HTMLOListElement with fancy numbers */ readonly orderedFancy: _angular_core.InputSignalWithTransform; /** * Applies checklist mod to the listing */ readonly checklist: _angular_core.InputSignalWithTransform; /** * Adds an icon to the listing */ readonly icons: _angular_core.InputSignalWithTransform; /** * Gives the desired icon. * If the icon input is not enabled it will not be displayed (signConfirm by default) */ readonly defaultIcon: _angular_core.InputSignal; /** * Applies a color palette to the listing */ readonly palette: _angular_core.InputSignal<"error" | "success" | "warning" | "product" | "neutral" | "none" | "primary" | "grey" | "brand">; /** * Allows you to start a list at a value other than 1 */ readonly start: _angular_core.InputSignalWithTransform; /** * Applies inline mod to the listing */ readonly inline: _angular_core.InputSignalWithTransform; /** * Applies divider between list item */ readonly divider: _angular_core.InputSignalWithTransform; /** * Reversed the listing */ readonly reversed: _angular_core.InputSignalWithTransform; readonly paletteClass: _angular_core.Signal<{ [x: string]: boolean; }>; static ɵfac: _angular_core.ɵɵFactoryDeclaration; static ɵcmp: _angular_core.ɵɵComponentDeclaration; } export { ListingComponent, ListingItemComponent };