import * as React from 'react'; import { IStorytellerCellProps } from './storytellerRowItem'; export type ChipAlignment = 'left' | 'right' | 'center'; export declare const RectangularCell: React.FunctionComponent;