export interface DevtoolsProps { className?: string; } /** * Wrapper around informed Debug component with some custom visuals. */ export declare function Devtools({ className }: DevtoolsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Devtools.d.ts.map