import { TableSize } from "./TableProps"; export declare const baseTableCss: import("@emotion/utils").SerializedStyles; export interface CellStyleProps { size: TableSize; align: "right" | "left" | "center"; }