/** * @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 styles: { button: string; flat: string; outline: string; clear: string; primary: 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; }; /** * @hidden */ export declare const toolbarButtons: string[];