/** * Custom property for the table header height. * Used to correctly position the loading spinner. */ export declare const dataTableHeaderHeight: `var(--${string})`; /** * Custom property for the scroll offset of the virtualization container at the * time loading begins. Added to `top` so the overlay stays anchored to the * visible viewport rather than the content origin. */ export declare const dataTableScrollOffset: `var(--${string})`; export declare const loadingState: string;