import { ButtonRounded, ButtonSize, ChipFillMode, ChipThemeColor, ChipComponent as KendoChipComponent } from '@progress/kendo-angular-buttons'; import * as i0 from "@angular/core"; export declare class ChipComponent { size: ButtonSize; rounded: ButtonRounded; fillMode: ChipFillMode; themeColor: ChipThemeColor | string; removable: boolean; chip: KendoChipComponent; get element(): import("@angular/core").ElementRef; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_removable: boolean | string; }