declare const _default: { thead: { borderBottom: string; backgroundColor: string; borderBottomColor: string; '&.is-sticky': { position: string; top: number; zIndex: number; boxShadow: string; }; }; tbody: { borderBottom: string; borderBottomColor: string; overflowX: string; scrollPaddingBottom: string; }; caption: { fontFamily: string; fontSize: string; fontWeight: string; p: string; textAlign: string; }; container: { width: string; height: string; borderSpacing: string; borderCollapse: string; position: string; '&.is-last-column-sticky': { 'thead tr th:last-of-type': { position: string; right: number; backgroundColor: string; zIndex: number; '&.is-focused': { borderStyle: string; borderColor: string; borderWidth: string; }; }; 'tbody tr': { '&.is-focused td:last-of-type': { borderStyle: string; borderColor: string; borderWidth: string; }; '&:nth-of-type(odd) td:last-of-type': { position: string; right: number; backgroundColor: string; '&.is-focused': { borderStyle: string; borderColor: string; borderWidth: string; }; }; '&:nth-of-type(even) td:last-of-type': { position: string; right: number; backgroundColor: string; '&.is-focused': { borderStyle: string; borderColor: string; borderWidth: string; }; }; }; }; }; data: { p: string; '&.is-focused': { outline: string; outlineStyle: string; outlineColor: string; outlineOffset: string; zIndex: number; }; fontSize: string; fontWeight: number; color: string; fontFamily: string; display: string; overflowWrap: import("../..").overflowWrap; maxWidth: string; wordWrap: import("../..").wordWrap; wordBreak: import("../..").wordBreak; }; head: { fontWeight: number; textAlign: string; p: string; cursor: string; '&:focus-visible': { outline: string; }; '&.is-focused': { outline: string; outlineStyle: string; outlineColor: string; outlineOffset: string; zIndex: number; }; fontSize: string; color: string; fontFamily: string; display: string; overflowWrap: import("../..").overflowWrap; maxWidth: string; wordWrap: import("../..").wordWrap; wordBreak: import("../..").wordBreak; }; row: { '&:nth-of-type(odd)': { backgroundColor: string; }; '&:focus-visible': { outline: string; }; '&.is-focused': { outline: string; outlineStyle: string; outlineColor: string; outlineOffset: string; zIndex: number; }; '&.is-hovered': {}; '&.is-selected': {}; '&.is-disabled': { bg: string; opacity: number; cursor: string; '& > td:last-of-type': { backgroundColor: string; }; }; }; }; export default _default;