import { type ReactElement } from "react"; import { type ISidebarProps } from "./types.js"; /** * @internal */ export declare function SidebarConfigurationPanel(props: Omit): ReactElement | null; //# sourceMappingURL=SidebarConfigurationPanel.d.ts.map