import type { ConfigPanelId } from '../../../../types/config'; type PanelHostProps = { panel: ConfigPanelId; }; export declare const PanelHost: ({ panel }: PanelHostProps) => import("react/jsx-runtime").JSX.Element | null; export {};