/**----------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ActionButtonSettings, FileSelectButtonSettings } from './models'; import { SpeechToTextButtonSettings } from '@progress/kendo-angular-buttons'; /** * @hidden */ export declare const ACTION_BUTTON_DEFAULT_SETTINGS: ActionButtonSettings; /** * @hidden */ export declare const STB_DEFAULT_SETTINGS: SpeechToTextButtonSettings; /** * @hidden */ export declare const FILESELECT_BUTTON_DEFAULT_SETTINGS: FileSelectButtonSettings;