import React from 'react'; import { IPanelBodyProps } from '../../Panel'; import './index.scss'; declare const PanelBody: React.FC; export { PanelBody };