import { type ComponentPropsWithoutRef } from 'react'; export interface DevtoolsLabelProps extends ComponentPropsWithoutRef<'span'> { active?: boolean; dotClassName?: string; } export declare const DevtoolsLabel: import("react").NamedExoticComponent; //# sourceMappingURL=DevtoolsLabel.d.ts.map