import '@arclux/arc-ui/sparkline'; import * as i0 from "@angular/core"; export declare class Sparkline { private readonly _el; set data(value: string); get data(): string; set type(value: 'line' | 'bar'); get type(): 'line' | 'bar'; set color(value: string); get color(): string; set width(value: number); get width(): number; set height(value: number); get height(): number; set fill(value: boolean); get fill(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }