import type { DebugInfo } from './debugInfo';
interface DebugLegalEntityProps {
    legalEntityData: DebugInfo['legalEntityData'];
}
export declare const DebugLegalEntityData: ({ legalEntityData }: DebugLegalEntityProps) => import("preact").JSX.Element;
export {};
