import React from 'react'; import { Size } from '../Space'; import { ViewProps } from './types'; declare type WrappedProps = { flexWrap?: ViewProps['flexWrap']; parentSpacing?: Size; }; export declare const WrappingView: import("gloss").GlossView & Omit & Omit> & import("gloss/_/types").GlossBaseProps & { [key: string]: any; }, import("gloss").GlossProps & Omit & Omit> & import("gloss/_/types").GlossBaseProps & { [key: string]: any; }>>; export declare const wrapWithWrappingView: (element: React.ReactNode, props: WrappedProps) => React.ReactNode; export {}; //# sourceMappingURL=WrappingView.d.ts.map