export declare const DebugBlock: ({ children, domNode: node, ...props }: { [x: string]: any; children: any; domNode?: import("domhandler").Element | undefined; }) => import("react/jsx-runtime").JSX.Element;