/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { CategoryAxisNotesIcon } from '../../../common/property-types'; /** * Represents the props of the Kendo UI for Vue ChartNavigatorCategoryAxisNotesIcon component. */ export interface ChartNavigatorCategoryAxisNotesIconProps extends CategoryAxisNotesIcon { } /** * @hidden */ declare const ChartNavigatorCategoryAxisNotesIcon: import('vue').DefineComponent any; }; size: NumberConstructor; type: { type: StringConstructor; default: () => any; validator: (value: string) => any; }; visible: { type: BooleanConstructor; default: any; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly any; }; size: NumberConstructor; type: { type: StringConstructor; default: () => any; validator: (value: string) => any; }; visible: { type: BooleanConstructor; default: any; }; }>> & Readonly<{}>, { border: Record; type: string; visible: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export { ChartNavigatorCategoryAxisNotesIcon };