import type { FieldElement } from '../types'; export declare const isCheckBoxInput: (element: FieldElement) => element is HTMLInputElement; //# sourceMappingURL=is-check-box-input.d.ts.map