import { CellTextAlignment } from './types'; export declare const StyledCell: import("styled-components").StyledComponent<"td", any, { disableBorder?: boolean; }, never>; export declare const Container: import("styled-components").StyledComponent<"div", any, { textAlignment: CellTextAlignment; }, never>;