import React from 'react';
import type { IDebugButtonProps } from './types';
export declare const DebugButton: React.FC<IDebugButtonProps>;
