/// <reference path="../jqwidgets.d.ts" />
import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class jqxBarcodeComponent implements OnChanges {
    attrBackgroundColor: string;
    attrDisplayLabel: boolean;
    attrLabelColor: string;
    attrLabelFont: string;
    attrLabelFontSize: number;
    attrLabelMarginBottom: number;
    attrLabelMarginTop: number;
    attrLabelPosition: string;
    attrLineColor: string;
    attrLineHeight: number;
    attrLineWidth: number;
    attrRenderAs: string;
    attrType: string;
    attrValue: string;
    attrWidth: string | number;
    attrHeight: string | number;
    autoCreate: boolean;
    properties: string[];
    host: any;
    elementRef: ElementRef;
    widgetObject: jqwidgets.jqxBarcode;
    constructor(containerElement: ElementRef);
    ngOnInit(): void;
    ngOnChanges(changes: SimpleChanges): boolean;
    arraysEqual(attrValue: any, hostValue: any): boolean;
    manageAttributes(): any;
    moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void;
    moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void;
    createComponent(options?: any): void;
    createWidget(options?: any): void;
    __updateRect__(): void;
    setOptions(options: any): void;
    backgroundColor(arg?: string): string;
    displayLabel(arg?: boolean): boolean;
    labelColor(arg?: string): string;
    labelFont(arg?: string): string;
    labelFontSize(arg?: number): number;
    labelMarginBottom(arg?: number): number;
    labelMarginTop(arg?: number): number;
    labelPosition(arg?: string): string;
    lineColor(arg?: string): string;
    lineHeight(arg?: number): number;
    lineWidth(arg?: number): number;
    renderAs(arg?: string): string;
    type(arg?: string): string;
    value(arg?: string): string;
    export(format: string, fileName?: string): undefined;
    getDataURL(format: string): string;
    getDataURLAsync(format: string): any;
    isValid(): boolean;
    onInvalid: EventEmitter<any>;
    __wireEvents__(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<jqxBarcodeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<jqxBarcodeComponent, "jqxBarcode", never, { "attrBackgroundColor": "backgroundColor"; "attrDisplayLabel": "displayLabel"; "attrLabelColor": "labelColor"; "attrLabelFont": "labelFont"; "attrLabelFontSize": "labelFontSize"; "attrLabelMarginBottom": "labelMarginBottom"; "attrLabelMarginTop": "labelMarginTop"; "attrLabelPosition": "labelPosition"; "attrLineColor": "lineColor"; "attrLineHeight": "lineHeight"; "attrLineWidth": "lineWidth"; "attrRenderAs": "renderAs"; "attrType": "type"; "attrValue": "value"; "attrWidth": "width"; "attrHeight": "height"; "autoCreate": "auto-create"; }, { "onInvalid": "onInvalid"; }, never, ["*"]>;
}
