export declare const getGridId: (el: HTMLElement) => string | null; export declare const getCell: (el: HTMLElement) => string | null; export declare const getRowType: (el: HTMLElement) => string | null; export declare const getRow: (el: HTMLElement) => string | null; export declare const getRowIndex: (el: HTMLElement) => string | null; export declare const getRowDetail: (el: HTMLElement) => string | null; export declare const getHeaderCell: (el: HTMLElement) => string | null; export declare const getHeaderFloating: (el: HTMLElement) => string | null; export declare const getHeaderRange: (el: HTMLElement) => string | null; export declare const getHeaderGroup: (el: HTMLElement) => string | null; export declare const getColSpan: (el: HTMLElement) => string | null; export declare const getRowSpan: (el: HTMLElement) => string | null; export declare const getColIndex: (el: HTMLElement) => string | null; export declare const getColPin: (el: HTMLElement) => string | null; export declare const getRowPin: (el: HTMLElement) => string | null; export declare const getHeaderRow: (el: HTMLElement) => string | null; export declare const getHeader: (el: HTMLElement) => string | null; export declare const getViewport: (el: HTMLElement) => string | null;