import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class ChartStyle extends BaseStyle {
    name: string;
    classes: {
        root: string;
    };
    inlineStyles: {
        root: {
            position: string;
        };
    };
    static ɵfac: i0.ɵɵFactoryDeclaration<ChartStyle, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ChartStyle>;
}
/**
 *
 * Chart groups a collection of contents in tabs.
 *
 * [Live Demo](https://www.primeng.org/chart/)
 *
 * @module chartstyle
 *
 */
export declare enum ChartClasses {
    /**
     * Class name of the root element
     */
    root = "p-chart"
}
export interface ChartStyle extends BaseStyle {
}
