/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ConfigurationService } from '../../common/configuration.service';
import { Border, MarkerType } from '../../common/property-types';
import { YAxisNotesIcon } from '../../common/property-types';
import { SettingsComponent } from '../../common/settings.component';
import * as i0 from "@angular/core";
/**
 * The icon of the notes.
 */
export declare class YAxisNotesIconComponent extends SettingsComponent implements YAxisNotesIcon {
    configurationService: ConfigurationService;
    background: string;
    border: Border;
    size: number;
    /**
     * The shape of the notes icon.
     * @default 'circle'
     */
    type: MarkerType;
    /**
     * The visibility of the notes icon.
     * @default true
     */
    visible: boolean;
    constructor(configurationService: ConfigurationService);
    static ɵfac: i0.ɵɵFactoryDeclaration<YAxisNotesIconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<YAxisNotesIconComponent, "kendo-chart-y-axis-item-notes-icon", never, { "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "visible": { "alias": "visible"; "required": false; }; }, {}, never, never, true, never>;
}
