import React from 'react'; import './index.less'; interface WrapProps { toolbar?: string; } declare const Wrap: React.FC; export default Wrap;