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