import { FC } from "react"; import { SidePanelProps } from "./SidePanel.interface"; declare const SidePanel: FC; export default SidePanel;