import { KcSelect } from '../../types'; import * as i0 from "@angular/core"; export declare class KcCloseDirective { private _kcSelect; kcClose: boolean; constructor(_kcSelect: KcSelect); onClick(event: MouseEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ngAcceptInputType_kcClose: any; }