export declare const CLASS: { readonly cellContent: "cell-content"; readonly expandDetailButton: "expand-detail"; readonly expandTreeButton: "expand-tree"; readonly selectArrowContainer: "cell-select-arrow-container"; readonly selectArrow: "cell-select-arrow"; readonly subRowCell: "cell-subrow"; readonly editableCellWithExpandButton: "cell-edit-with-expand-button"; readonly cellWithExpandButton: "cell-with-expand-button"; }; export declare const CSS_VARIABLES: { subrowContainerPaddingLeft: string; };