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