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