import * as React from "react"; import type { SidePanelProps } from "./types"; declare const SidePanel: React.ForwardRefExoticComponent>; export { SidePanel };