import type { DebugInfo } from './debugInfo';
interface DebugExperimentsAndSettingsProps {
    experiments: DebugInfo['experiments'];
    settings: DebugInfo['settings'];
}
export declare const DebugExperimentsAndSettings: ({ experiments, settings, }: DebugExperimentsAndSettingsProps) => import("preact").JSX.Element;
export {};
