import { OnInit } from '@angular/core'; import { Country } from './../../../../interfaces/country'; import { TypeNumerics } from './../../../../interfaces/columns/numeric'; import * as i0 from "@angular/core"; /** * Body option Numeric */ export declare class NumericComponent implements OnInit { /** * subType Column with default */ subType: string; /** * subType Column */ set SubType(subType: string); /** * Actual Column */ column: TypeNumerics; /** * Data row */ data: any; /** * Country configurations */ country: Country; /** * Constructor */ constructor(); /** * ngOnInit */ ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }