/// import { TypeFlexPosition } from '.'; declare type FlexJustify = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly'; export declare type TypeProps = { children: React.ReactNode; className?: string; debug?: boolean; debugColor?: string; halign?: FlexJustify; hasMargin?: boolean; hasMaxWidth?: boolean; valign?: TypeFlexPosition; }; declare const RowStyle: import("styled-components").StyledComponent<"div", any, TypeProps, never>; export default RowStyle; //# sourceMappingURL=RowStyle.d.ts.map