import * as i0 from "@angular/core"; export declare class MiniPieComponent { value: number; size: MiniPieComponent.Size; colorToken: string; get classes(): string; get clampedValue(): number; get fillColor(): string; get isFull(): boolean; get wedgePath(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare namespace MiniPieComponent { const Sizes: readonly ["small", "medium", "large"]; type Size = (typeof Sizes)[number]; }