import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly tableContainer: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "block">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100%">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 0>; readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "none">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", 0>; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 1>; }>; readonly tableWrapper: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "block">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100%">; readonly overflowX: stylex.StyleXClassNameFor<"overflowX", "auto">; readonly overflowY: stylex.StyleXClassNameFor<"overflowY", "hidden">; readonly WebkitOverflowScrolling: stylex.StyleXClassNameFor<"WebkitOverflowScrolling", "touch">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", 0>; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly '::-webkit-scrollbar': stylex.StyleXClassNameFor<"::-webkit-scrollbar", { readonly height: "8px"; }>; readonly '::-webkit-scrollbar-track': stylex.StyleXClassNameFor<"::-webkit-scrollbar-track", { readonly backgroundColor: stylex.StyleXVar; }>; readonly '::-webkit-scrollbar-thumb': stylex.StyleXClassNameFor<"::-webkit-scrollbar-thumb", { readonly backgroundColor: stylex.StyleXVar; readonly borderRadius: "4px"; }>; readonly '::-webkit-scrollbar-thumb:hover': stylex.StyleXClassNameFor<"::-webkit-scrollbar-thumb:hover", { readonly backgroundColor: stylex.StyleXVar; }>; }>; readonly tableWrapperVirtualized: Readonly<{ readonly overflowY: stylex.StyleXClassNameFor<"overflowY", "scroll">; readonly overflowX: stylex.StyleXClassNameFor<"overflowX", "auto">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", 0>; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", 0>; readonly '::-webkit-scrollbar': stylex.StyleXClassNameFor<"::-webkit-scrollbar", { readonly width: "4px"; }>; readonly '::-webkit-scrollbar-track': stylex.StyleXClassNameFor<"::-webkit-scrollbar-track", { readonly backgroundColor: "transparent"; }>; readonly '::-webkit-scrollbar-thumb': stylex.StyleXClassNameFor<"::-webkit-scrollbar-thumb", { readonly backgroundColor: stylex.StyleXVar; readonly borderRadius: "2px"; readonly opacity: 0.3; }>; readonly '::-webkit-scrollbar-thumb:hover': stylex.StyleXClassNameFor<"::-webkit-scrollbar-thumb:hover", { readonly backgroundColor: stylex.StyleXVar; readonly opacity: 0.6; }>; readonly scrollbarWidth: stylex.StyleXClassNameFor<"scrollbarWidth", "thin">; readonly scrollbarColor: stylex.StyleXClassNameFor<"scrollbarColor", `${stylex.StyleXVar} transparent`>; }>; readonly tableWrapperSticky: Readonly<{ readonly overflowY: stylex.StyleXClassNameFor<"overflowY", "auto">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; }>; readonly table: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100%">; readonly borderCollapse: stylex.StyleXClassNameFor<"borderCollapse", "collapse">; readonly borderSpacing: stylex.StyleXClassNameFor<"borderSpacing", 0>; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1rem">; readonly tableLayout: stylex.StyleXClassNameFor<"tableLayout", "auto">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; readonly display: stylex.StyleXClassNameFor<"display", "table">; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; }>; readonly tableVirtualized: Readonly<{ readonly tableLayout: stylex.StyleXClassNameFor<"tableLayout", "fixed">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", 0>; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", 0>; }>; readonly tableBordered: Readonly<{ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.5rem">; }>; readonly tableCompact: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly tableComfortable: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly tableStandard: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly tableSpacious: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly thComfortable: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1.25rem 1.5rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly thStandard: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", string>; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly thCompact: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "0.625rem 1rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly thSpacious: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1.5rem 2rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly tdComfortable: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1.25rem 1.5rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly tdStandard: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", string>; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly tdCompact: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "0.625rem 1rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly tdSpacious: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1.5rem 2rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; }>; readonly caption: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1rem 1rem 0.75rem 1rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "500">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "left">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", 0>; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "none">; readonly letterSpacing: stylex.StyleXClassNameFor<"letterSpacing", "normal">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; }>; readonly captionBottom: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "0.75rem 1rem 1rem 1rem">; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", "1px">; readonly borderTopStyle: stylex.StyleXClassNameFor<"borderTopStyle", "solid">; readonly borderTopColor: stylex.StyleXClassNameFor<"borderTopColor", string>; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", 0>; }>; readonly thead: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 1>; }>; readonly theadSticky: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "sticky">; readonly top: stylex.StyleXClassNameFor<"top", 0>; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 10>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", string>; }>; readonly theadVirtualized: Readonly<{}>; readonly tbody: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "relative">; }>; readonly tbodyVirtualized: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly display: stylex.StyleXClassNameFor<"display", "table-row-group">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", 0>; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", 0>; }>; readonly th: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", string>; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "left">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "500">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", "1px">; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "solid">; readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", string>; readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; readonly textTransform: stylex.StyleXClassNameFor<"textTransform", "none">; readonly letterSpacing: stylex.StyleXClassNameFor<"letterSpacing", "normal">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">; readonly overflow: stylex.StyleXClassNameFor<"overflow", "visible">; }>; readonly thVirtualized: Readonly<{ readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", 0>; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "none">; }>; readonly thSortable: Readonly<{ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: stylex.StyleXVar; }>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "2px solid"; readonly outlineColor: stylex.StyleXVar; readonly outlineOffset: "-2px"; }>; }>; readonly thSortableButton: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.5rem">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-start">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly height: stylex.StyleXClassNameFor<"height", "100%">; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly border: stylex.StyleXClassNameFor<"border", "none">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly background: stylex.StyleXClassNameFor<"background", "transparent">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly color: stylex.StyleXClassNameFor<"color", "inherit">; readonly font: stylex.StyleXClassNameFor<"font", "inherit">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "inherit">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "inherit">; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", "inherit">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "inherit">; readonly transition: stylex.StyleXClassNameFor<"transition", "none">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", 0>; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: "transparent"; readonly borderWidth: 0; readonly borderStyle: "none"; }>; readonly ':active': stylex.StyleXClassNameFor<":active", { readonly backgroundColor: "transparent"; readonly borderWidth: 0; readonly borderStyle: "none"; }>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: "3px solid"; readonly outlineColor: stylex.StyleXVar; readonly outlineOffset: "3px"; readonly outlineStyle: "solid"; readonly backgroundColor: "transparent"; readonly borderWidth: 0; readonly borderStyle: "none"; readonly zIndex: 10; readonly position: "relative"; }>; }>; readonly thContent: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.5rem">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-start">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; }>; readonly thButtonText: Readonly<{ readonly flex: stylex.StyleXClassNameFor<"flex", 1>; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "inherit">; }>; readonly thContentCenter: Readonly<{ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; }>; readonly thContentRight: Readonly<{ readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-end">; }>; readonly tr: Readonly<{ readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", "1px">; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "solid">; readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", string>; readonly transition: stylex.StyleXClassNameFor<"transition", "background-color 0.15s ease">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly trSelected: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly trStriped: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly trHoverable: Readonly<{ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: stylex.StyleXVar; readonly borderBottomColor: stylex.StyleXVar; }>; }>; readonly trVirtualized: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "table-row">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", "1px">; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "solid">; readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", string>; }>; readonly td: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly verticalAlign: stylex.StyleXClassNameFor<"verticalAlign", "middle">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", "1.5">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; readonly wordBreak: stylex.StyleXClassNameFor<"wordBreak", "break-word">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "400">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; }>; readonly emptyCell: Readonly<{ readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly fontStyle: stylex.StyleXClassNameFor<"fontStyle", "italic">; readonly padding: stylex.StyleXClassNameFor<"padding", "4rem 1.5rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "500">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.7>; }>; readonly textCenter: Readonly<{ readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">; }>; readonly textRight: Readonly<{ readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "right">; }>; readonly sortIcon: Readonly<{ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; readonly transition: stylex.StyleXClassNameFor<"transition", "color 0.15s ease, opacity 0.15s ease">; readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly width: stylex.StyleXClassNameFor<"width", "16px">; readonly height: stylex.StyleXClassNameFor<"height", "16px">; }>; readonly sortIconActive: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; readonly opacity: stylex.StyleXClassNameFor<"opacity", 1>; }>; readonly sortIconInactive: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.4>; }>; readonly paginationContainer: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-end">; readonly padding: stylex.StyleXClassNameFor<"padding", "1rem">; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", "1px">; readonly borderTopStyle: stylex.StyleXClassNameFor<"borderTopStyle", "solid">; readonly borderTopColor: stylex.StyleXClassNameFor<"borderTopColor", string>; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly boxSizing: stylex.StyleXClassNameFor<"boxSizing", "border-box">; }>; readonly paginationWrapper: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-end">; readonly marginLeft: stylex.StyleXClassNameFor<"marginLeft", "auto">; }>; readonly paginationInfo: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "0.875rem">; readonly color: stylex.StyleXClassNameFor<"color", string>; }>; readonly loadingContainer: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly padding: stylex.StyleXClassNameFor<"padding", "4rem 1.5rem">; readonly minHeight: stylex.StyleXClassNameFor<"minHeight", "200px">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; }>; readonly thFixedLeft: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "sticky">; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 5>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly thFixedRight: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "sticky">; readonly right: stylex.StyleXClassNameFor<"right", 0>; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 5>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly tdFixedLeft: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "sticky">; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 4>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "inherit">; }>; readonly tdFixedRight: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "sticky">; readonly right: stylex.StyleXClassNameFor<"right", 0>; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 4>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "inherit">; }>; readonly rowGroupHeader: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "600">; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", "2px">; readonly borderTopStyle: stylex.StyleXClassNameFor<"borderTopStyle", "solid">; readonly borderTopColor: stylex.StyleXClassNameFor<"borderTopColor", string>; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", "1px">; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "solid">; readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", string>; }>; readonly rowGroupSeparator: Readonly<{ readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", "2px">; readonly borderTopStyle: stylex.StyleXClassNameFor<"borderTopStyle", "solid">; readonly borderTopColor: stylex.StyleXClassNameFor<"borderTopColor", string>; }>; readonly tfoot: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "600">; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", "2px">; readonly borderTopStyle: stylex.StyleXClassNameFor<"borderTopStyle", "solid">; readonly borderTopColor: stylex.StyleXClassNameFor<"borderTopColor", string>; }>; readonly tf: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", string>; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", string>; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "600">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", "1px">; readonly borderTopStyle: stylex.StyleXClassNameFor<"borderTopStyle", "solid">; readonly borderTopColor: stylex.StyleXClassNameFor<"borderTopColor", string>; }>; readonly customHeader: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1rem">; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", "1px">; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "solid">; readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", string>; }>; readonly customFooter: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1rem">; readonly borderTopWidth: stylex.StyleXClassNameFor<"borderTopWidth", "1px">; readonly borderTopStyle: stylex.StyleXClassNameFor<"borderTopStyle", "solid">; readonly borderTopColor: stylex.StyleXClassNameFor<"borderTopColor", string>; }>; readonly emptyStateContainer: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly padding: stylex.StyleXClassNameFor<"padding", "4rem 1.5rem">; readonly minHeight: stylex.StyleXClassNameFor<"minHeight", "200px">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; }>; readonly selectionCell: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "48px">; readonly padding: stylex.StyleXClassNameFor<"padding", `${stylex.StyleXVar} 0.5rem`>; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">; }>; readonly selectionCheckbox: Readonly<{ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly width: stylex.StyleXClassNameFor<"width", "18px">; readonly height: stylex.StyleXClassNameFor<"height", "18px">; readonly accentColor: stylex.StyleXClassNameFor<"accentColor", string>; }>; readonly filterRowContainer: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly marginBottom: stylex.StyleXClassNameFor<"marginBottom", "0">; }>; readonly filterTable: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly borderCollapse: stylex.StyleXClassNameFor<"borderCollapse", "collapse">; readonly marginBottom: stylex.StyleXClassNameFor<"marginBottom", "0">; }>; readonly filterRow: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; }>; readonly filterCell: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "0.75rem 0.5rem">; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", "0">; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "none">; readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", "transparent">; }>; readonly filterSeparatorCell: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "1rem 0">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly height: stylex.StyleXClassNameFor<"height", "auto">; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", "0">; }>; readonly filterSeparator: Readonly<{ readonly margin: stylex.StyleXClassNameFor<"margin", "0">; readonly height: stylex.StyleXClassNameFor<"height", "1px">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly display: stylex.StyleXClassNameFor<"display", "block">; }>; readonly filterInput: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly padding: stylex.StyleXClassNameFor<"padding", "0.375rem 0.5rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "0.875rem">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.25rem">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "2px solid"; readonly outlineColor: stylex.StyleXVar; readonly outlineOffset: "2px"; readonly borderColor: stylex.StyleXVar; }>; }>; readonly filterSelect: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly padding: stylex.StyleXClassNameFor<"padding", "0.375rem 0.5rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "0.875rem">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.25rem">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "2px solid"; readonly outlineColor: stylex.StyleXVar; readonly outlineOffset: "2px"; readonly borderColor: stylex.StyleXVar; }>; }>; readonly actionsCell: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "120px">; readonly padding: stylex.StyleXClassNameFor<"padding", `${stylex.StyleXVar} 0.5rem`>; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "right">; }>; readonly actionsContainer: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "flex-end">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.5rem">; }>; readonly actionButton: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "0.25rem 0.5rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "0.875rem">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.25rem">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly transition: stylex.StyleXClassNameFor<"transition", "all 0.15s ease">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: stylex.StyleXVar; readonly borderColor: stylex.StyleXVar; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: "2px solid"; readonly outlineColor: stylex.StyleXVar; readonly outlineOffset: "2px"; }>; }>; readonly actionButtonDanger: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", any>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", any>; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: any; readonly borderColor: any; }>; }>; readonly actionButtonPrimary: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: stylex.StyleXVar | "rgba(59, 130, 246, 0.1)"; readonly borderColor: stylex.StyleXVar; }>; }>; readonly bulkActionsBar: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "space-between">; readonly padding: stylex.StyleXClassNameFor<"padding", "0.75rem 1rem">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly borderBottomWidth: stylex.StyleXClassNameFor<"borderBottomWidth", "1px">; readonly borderBottomStyle: stylex.StyleXClassNameFor<"borderBottomStyle", "solid">; readonly borderBottomColor: stylex.StyleXClassNameFor<"borderBottomColor", string>; }>; readonly bulkActionsInfo: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "0.875rem">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "500">; }>; readonly bulkActionsButtons: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.5rem">; }>; readonly bulkActionButton: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "0.375rem 0.75rem">; readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "0.875rem">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", "500">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.25rem">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly transition: stylex.StyleXClassNameFor<"transition", "all 0.15s ease">; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: "2px solid"; readonly outlineColor: stylex.StyleXVar; readonly outlineOffset: "2px"; }>; }>; readonly bulkActionButtonPrimary: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly color: stylex.StyleXClassNameFor<"color", "#ffffff">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: stylex.StyleXVar; readonly borderColor: stylex.StyleXVar; }>; }>; readonly bulkActionButtonDanger: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", any>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", any>; readonly color: stylex.StyleXClassNameFor<"color", "#ffffff">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: any; readonly borderColor: any; }>; }>; readonly bulkActionButtonDefault: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly backgroundColor: stylex.StyleXVar; readonly borderColor: stylex.StyleXVar; }>; }>; }>;