export declare const table: { container: { overflow: string; }; caption: { px: string; color: string; borderBottom: string; borderBottomColor: string; }; head: { px: string; py: string; fontSize: string; fontWeight: string; color: string; lineHeight: string; }; body: { borderTopColor: string; borderBottom: string; backgroundColor: string; borderBottomLeftRadius: string; borderBottomRightRadius: string; '&& > tr:not(:last-child)': { borderBottom: string; borderBottomColor: string; }; '&& > tr:nth-of-type(odd) ': { backgroundColor: string; }; '&& > tr:last-child': { borderBottomLeftRadius: string; borderBottomRightRadius: string; }; }; data: { py: string; fontWeight: string; px: string; fontSize: string; color: string; lineHeight: string; }; };