/** * Helper function. * Returns true if the target HTMLElement has a FORM parent * @param target * @returns */ export declare const fieldInForm: (target: HTMLElement) => boolean;