export declare const isColumnTitle: (el: HTMLElement) => boolean; export declare const getSourceOfTable: (el: HTMLElement, contentWindow: Window) => import("@iteria-app/generator").SourceLineCol; export declare const checkIfInsideDataGrid: (el: HTMLElement) => boolean; export declare const getColIndex: (el: HTMLElement) => number; export declare const getFieldNameFromElement: (el: HTMLElement) => string; export declare const getFormInputIndex: (el: HTMLElement) => number; export declare const isDataGridCell: (el: HTMLElement) => boolean; export declare const getInputElement: (el: any) => any;