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