import type { AlignProp } from './Cell.types'; export declare const base: import("styled-components").FlattenSimpleInterpolation; export declare const CellContentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const CellContent: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const CellLeft: import("styled-components").StyledComponent<"div", any, { align: AlignProp; }, never>; export declare const CellRight: import("styled-components").StyledComponent<"div", any, { align: AlignProp; }, never>; //# sourceMappingURL=Cell.styles.d.ts.map