import React from 'react'; interface IPanelProps { } declare const PanelSample: React.FC; export default PanelSample;