import { ElementRef } from '@angular/core'; import { GC } from '../inputman'; import { GcComponents } from './GcComponents'; import * as i0 from "@angular/core"; export declare class GcCalculatorComponent extends GcComponents { value: number; showOutput: boolean; visible: boolean; enabled: boolean; buttonText: object; constructor(ref: ElementRef); protected initGcComponent(): void; protected bindEvent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }