import { Field, OptionalSectionFieldDefinition } from '@formsey/core'; import { FieldChangeEvent } from '@formsey/core/Events'; import { InvalidEvent } from '@formsey/core/InvalidEvent'; import { LayoutController } from '@formsey/core/LayoutController'; export declare class OptionalSectionField extends Field { form: HTMLElement | undefined; private untouched; private on; protected layoutController: LayoutController; constructor(); protected shouldUpdate(): boolean; render(): import("lit-html").TemplateResult<1> | undefined; focusField(path: string): any; validate(report: boolean): boolean; protected invalid(e: InvalidEvent): void; protected selectionChanged(e: FieldChangeEvent): void; protected changed(e: FieldChangeEvent): void; } //# sourceMappingURL=OptionalSectionField.d.ts.map