import * as React from 'react'; export declare const FlexCell: React.ForwardRefExoticComponent> & React.Attributes & import("@epam/uui-core").IHasChildren & { width?: number | "auto" | "100%"; minWidth?: number; grow?: number; shrink?: number; textAlign?: "left" | "right" | "center"; alignSelf?: string; style?: React.CSSProperties; } & React.RefAttributes>; //# sourceMappingURL=FlexCell.d.ts.map