import { ViewContainerRef } from '@angular/core'; import { KcOptionDirective } from '../../directives'; import { KcOption } from '../../types'; import * as i0 from "@angular/core"; export declare class KcOptionsComponent { get options(): KcOption[]; set options(options: KcOption[]); private _options; /** * { static: true } needs to be set when you want to access the ViewChild in ngOnInit. */ optionTemplate: KcOptionDirective; protected _outlet: ViewContainerRef; protected _render(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "kc-options", never, { "options": { "alias": "options"; "required": false; }; }, {}, ["optionTemplate"], ["*", "[footer]"], false, never>; }