/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export declare const internalButtons = ".k-dropdownlist > .k-button,.k-colorpicker > .k-button"; /** * @hidden */ export declare const toolbarButtons: string[]; /** * @hidden */ declare const _default: { styles: { button: string; flat: string; outline: string; clear: string; 'state-selected': string; 'button-icon': string; 'button-icontext': string; 'state-disabled': string; 'group-start': string; 'group-end': string; 'button-group': string; 'button-group-stretched': string; ltr: string; rtl: string; }; }; export default _default;