import { BladeController, LabelController, LabelView } from '@tweakpane/core'; import { ProfilerController } from './ProfilerController.js'; import type { ProfilerBladeControllerConfig } from './ProfilerBladeControllerConfigs.js'; export declare class ProfilerBladeController extends BladeController { readonly labelController: LabelController; readonly valueController: ProfilerController; constructor(doc: Document, config: ProfilerBladeControllerConfig); }