import { LabeledField, SelectableSectionFieldDefinition } from '@formsey/core'; import { FieldChangeEvent } from '@formsey/core/Events'; import { LayoutController } from '@formsey/core/LayoutController'; import { Layout } from '@formsey/core/Layouts'; export declare class SelectableSectionField extends LabeledField { set definition(definition: SelectableSectionFieldDefinition); get definition(): SelectableSectionFieldDefinition; protected layout: Layout | undefined; private values; private selectedValue; private index; protected _definition: SelectableSectionFieldDefinition | undefined; protected layoutController: LayoutController; constructor(); render(): import("lit-html").TemplateResult<1> | undefined; renderField(): import("lit-html").TemplateResult<1>; focusField(path: string): any; protected selectionChanged(e: FieldChangeEvent): void; protected changed(e: FieldChangeEvent): void; private getKey; } //# sourceMappingURL=SelectableSectionField.d.ts.map