/// import * as types from '../../types'; import * as uui from '@epam/uui'; interface FlexRowMods extends types.RowSizeMod { /** * @default 'none' */ background?: 'white' | 'gray5' | 'none' | uui.FlexRowProps['background']; } export type FlexRowProps = Omit & FlexRowMods; export declare const FlexRow: import("react").ComponentType & FlexRowMods & import("react").RefAttributes>; export {}; //# sourceMappingURL=FlexRow.d.ts.map