import React, { ReactNode } from "react"; export declare const FloatingDebuggerContainer: ({ textColor, children, onClick, }: { textColor: string; children: ReactNode; onClick: () => void; }) => React.JSX.Element;