import { SfCounterSize } from '../../types/sf-counter.type'; import * as i0 from "@angular/core"; export declare class SfCounterComponent { size: keyof typeof SfCounterSize; pill: boolean; get hostClass(): string; dataTestId: string; get sizeClasses(): string[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }