import { TuiValueTransformer } from '@taiga-ui/cdk/classes'; import { identity } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiQuantumValueTransformerBase extends TuiValueTransformer { quantum: number; fromControlValue: typeof identity; constructor(quantum?: number); toControlValue(value: number | null): number | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TuiQuantumValueTransformer extends TuiQuantumValueTransformerBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class TuiBigIntQuantumValueTransformer extends TuiValueTransformer { readonly quantum: import("@angular/core").InputSignal; fromControlValue: typeof identity; toControlValue(value: bigint | null): bigint | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }