import type { CSSProperties } from 'react'; import React from 'react'; declare const WrapContent: React.FC<{ autoClearCache?: boolean; isChildrenLayout?: boolean; className?: string; style?: CSSProperties; location?: any; contentHeight?: number | string; ErrorBoundary?: any; children?: React.ReactNode; }>; export default WrapContent;