/// import { RecursivePartial } from '../typings'; import { IWrapper } from '../components/core/blocks/basic/Wrapper'; export declare type WrapperProps = RecursivePartial & RecursivePartial & { children?: JSX.Element | JSX.Element[] | string; }; export declare function Wrapper(props: WrapperProps): JSX.Element;