import * as React from 'react'; export interface DebugLabelProps { right?: React.ReactNode; small?: boolean; children?: React.ReactNode; } export declare const DebugLabel: React.FC;