import { ComplexBase } from '@syncfusion/ej2-react-base'; import { ChipModel } from '@syncfusion/ej2-buttons'; export interface ChipDirTypecast { template?: string | Function | any; } /** * `ChipDirective` directive represent a chip of the React ChipList. * ```html * * * * * * * ``` */ export declare class ChipDirective extends ComplexBase { static moduleName: string; } export declare class ChipsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }