import React from 'react';
declare const WrapSection: ({ children }: any) => React.JSX.Element;
export default WrapSection;
