import * as i0 from "@angular/core";
export declare class NumericColorInputDirective {
    constructor();
    onInput($event: any): void;
    /**
  * Format input
  * @param input
  */
    private _formatInput;
    static ɵfac: i0.ɵɵFactoryDeclaration<NumericColorInputDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NumericColorInputDirective, "[ngxMatNumericColorInput]", never, {}, {}, never, never, false, never>;
}
