import React from "react"; import { PanelProps } from "../types"; declare const Panel: React.FC; export default Panel;