export declare const styles: { container: { width: string; overflowX: "auto"; }; table: { minWidth: number; }; headerCell: { fontWeight: number; backgroundColor: "background.paper"; }; /** * Strip the bottom border from the last body row so the body flushes * against the pagination border instead of doubling it up. Mirrors v1. */ row: { '&:last-child td, &:last-child th': { border: number; }; }; rowClickable: { cursor: "pointer"; }; pagination: { borderTop: string; borderColor: "divider"; }; paginationActions: { display: "flex"; alignItems: "center"; gap: number; ml: number; }; empty: { textAlign: "center"; color: "text.secondary"; py: number; }; };