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