import * as i0 from '@angular/core'; import * as i1 from '@angular/common'; type NxIndicatorPosition = 'over-text' | 'over-icon' | 'after-text' | 'with-overlap'; declare class NxIndicatorComponent { /** * Sets the indicator positioning preset. * Should be one or more of 'over-text', 'over-icon', 'after-text', 'with-overlap'. */ set position(value: string); get position(): string; private _position; _hasPosition(position: NxIndicatorPosition): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NxIndicatorModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NxIndicatorComponent, NxIndicatorModule }; export type { NxIndicatorPosition };