import { Injector, ElementRef, OnInit } from '@angular/core'; import { OFormComponent } from '../../form/o-form.component'; import { ORealInputComponent } from '../real-input/o-real-input.component'; export declare const DEFAULT_INPUTS_O_PERCENT_INPUT: string[]; export declare const DEFAULT_OUTPUTS_O_PERCENT_INPUT: string[]; export declare class OPercentInputComponent extends ORealInputComponent implements OnInit { static DEFAULT_INPUTS_O_PERCENT_INPUT: string[]; static DEFAULT_OUTPUTS_O_PERCENT_INPUT: string[]; grouping: boolean; decimalDigits: number; constructor(form: OFormComponent, elRef: ElementRef, injector: Injector); ngOnInit(): void; } export declare class OPercentInputModule { }