import { CellTextAlignment } from './types';
export declare const Container: import("styled-components").StyledComponent<"div", any, {
    backgroundColor: string;
    textAlignment: CellTextAlignment;
}, never>;
export declare const Content: import("styled-components").StyledComponent<"div", any, {
    textAlignment: CellTextAlignment;
}, never>;
