export declare const tableBase: { container: { '& > thead > tr': { '& > th:first-of-type': { borderTopLeftRadius: string; }; '& > th:last-of-type': { borderTopRightRadius: string; }; }; '& > tbody > tr:last-child': { borderBottom: string; borderBottomLeftRadius: string; borderBottomRightRadius: string; '&.is-focused': { borderBottomLeftRadius: string; borderBottomRightRadius: string; }; '& > td:first-of-type': { borderBottomLeftRadius: string; }; '& > td:last-of-type': { borderBottomRightRadius: string; }; }; '&.has-caption > thead > tr:first-of-type > th': { borderRadius: string; }; '&.has-pagination > tbody > tr:last-child': { borderRadius: number; '& > td': { borderRadius: number; }; }; }; caption: { backgroundColor: string; px: string; color: string; borderBottom: string; borderBottomColor: string; borderTopLeftRadius: string; borderTopRightRadius: string; }; row: { borderBottom: string; borderBottomColor: string; '&.is-focused': { outlineOffset: string; outline: string; outlineColor: string; }; '&.is-hovered': { bg: string; '& > td:last-of-type': { bg: string; }; }; '&:nth-of-type(odd)': { bg: string; '&.is-hovered': { bg: string; }; '& > td:last-of-type': { bg: string; }; }; }; thead: { borderBottomColor: string; backgroundColor: string; '&.is-sticky': { boxShadow: string; }; }; head: { px: string; py: string; fontSize: string; fontWeight: string; color: string; lineHeight: string; '&.is-focused': { outlineOffset: string; outline: string; outlineColor: string; }; '&:last-of-type': { backgroundColor: string; }; }; tbody: { borderTopColor: string; borderBottom: string; backgroundColor: string; borderBottomLeftRadius: string; borderBottomRightRadius: string; }; data: { py: string; fontWeight: string; '&:last-of-type': { backgroundColor: string; zIndex: number; }; px: string; fontSize: string; color: string; lineHeight: string; '&.is-focused': { outlineOffset: string; outline: string; outlineColor: string; }; }; };