import type { IFlexProps } from './../../primitives/Flex/types'; export declare type IWrapProps = IFlexProps & { spacing?: number; };