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