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