import './DebugModal.scss';
export interface DebugModalProps {
    onExit: () => void;
}
export declare const DebugModal: ({ onExit }: DebugModalProps) => import("preact").JSX.Element;
