import { CheckboxFieldDefinition, LabeledField } from '@formsey/core'; export declare class CheckboxField extends LabeledField { value: boolean | undefined; checkbox: HTMLInputElement | undefined; renderField(): import("lit-html").TemplateResult<1> | undefined; firstUpdated(): void; focusField(path: string): boolean; protected applyEvent(e: Event): void; } //# sourceMappingURL=CheckboxField.d.ts.map