/** * Custom property for the table header rows to calculate the sticky * top value correctly */ export declare const dataTableV2HeaderRowIndexVar: `var(--${string})`; /** * Custom property for the table header height. * Used to correctly position the loading spinner. */ export declare const dataTableV2HeaderHeight: `var(--${string})`;