import * as _angular_core from '@angular/core';
/**
* Semicircle progress gauge. Display-only — for interactive use see the
* {@link WrKnob} from `ngwr/knob`.
*
* @example
* ```html
*
*
* ```
*
* @see https://ngwr.dev/components/gauge
*/
declare class WrGauge {
readonly value: _angular_core.InputSignal;
readonly min: _angular_core.InputSignalWithTransform;
readonly max: _angular_core.InputSignalWithTransform;
/** Diameter in CSS pixels. @default 160 */
readonly size: _angular_core.InputSignalWithTransform;
/** Arc stroke thickness in viewBox units (out of 100). @default 10 */
readonly strokeWidth: _angular_core.InputSignalWithTransform;
readonly trackColor: _angular_core.InputSignal;
readonly valueColor: _angular_core.InputSignal;
/** Show the value text in the center. @default true */
readonly showValue: _angular_core.InputSignalWithTransform;
readonly suffix: _angular_core.InputSignal;
protected readonly cx = 50;
protected readonly cy = 50;
protected readonly radius: _angular_core.Signal;
protected readonly ratio: _angular_core.Signal;
protected readonly trackPath: _angular_core.Signal;
protected readonly valuePath: _angular_core.Signal;
protected readonly viewBox = "0 0 100 56";
static ɵfac: _angular_core.ɵɵFactoryDeclaration;
static ɵcmp: _angular_core.ɵɵComponentDeclaration;
}
export { WrGauge };