import { OnChanges, Renderer2, ElementRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxBarcode6Component implements OnChanges, AfterViewInit { private renderer; elementType: 'svg' | 'img' | 'canvas'; cssClass: string; format: string | '' | 'CODE128' | 'CODE128A' | 'CODE128B' | 'CODE128C' | 'EAN13' | 'UPC' | 'EAN8' | 'EAN5' | 'EAN2' | 'CODE39' | 'ITF' | 'ITF14' | 'MSI' | 'MSI10' | 'MSI11' | 'MSI1010' | 'MSI1110' | 'pharmacode' | 'codabar'; lineColor: string; width: number; height: number; displayValue: boolean; fontOptions: string; font: string; textAlign: string; textPosition: string; textMargin: number; fontSize: number; background: string; margin: number; marginTop: number; marginBottom: number; marginLeft: number; marginRight: number; value: string; valid: () => boolean; bcElement: ElementRef; get options(): any; constructor(renderer: Renderer2); ngAfterViewInit(): void; ngOnChanges(): void; createBarcode(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }