import * as i0 from '@angular/core'; import { ViewContainerRef } from '@angular/core'; import * as i1 from '@aposin/ng-aquila/icon'; /** Size of the list */ type NxListSize = 'xsmall' | 'small' | 'normal'; declare class NxListComponent { /** * Sets the visual appearance of the list. You can combine different values: * * xsmall | small | normal: The listed input values are expanded to the underlying BEM conform styles based * on modifiers. Defaults to normal. * * Negative: Display the list with a negative set of styling. * * Ordered-circle: Display the list item numbers in a color filled circle. */ set classNames(value: string); get classNames(): string; private _classNames; /** Change the list mode to condensed */ set condensed(value: boolean); get condensed(): boolean; _condensed: boolean; /** @docs-private */ type?: NxListSize; /** @docs-private */ negative: boolean; /** @docs-private */ orderedCircle: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_condensed: unknown; } declare class NxListIconComponent { /** @docs-private */ viewRefPrefix: ViewContainerRef; /** Sets the name of the icon to be displayed. */ name: string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NxListModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NxListComponent, NxListIconComponent, NxListModule }; export type { NxListSize };