/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
import { SpeechToTextButtonProps } from '@progress/kendo-react-buttons';
import { GridSmartBoxSearchProps, GridSmartBoxSemanticSearchConfigProps, GridSmartBoxAIAssistantConfigProps } from './interfaces/index.js';
import { GridSmartBoxHistoryProps } from './interfaces/utilTypes.js';
/**
 * @hidden
 */
export declare const defaultHistoryProps: GridSmartBoxHistoryProps;
/**
 * @hidden
 */
export declare const defaultSearchProps: GridSmartBoxSearchProps;
/**
 * @hidden
 */
export declare const defaultSemanticSearchProps: GridSmartBoxSemanticSearchConfigProps;
/**
 * @hidden
 */
export declare const defaultAiAssistantProps: GridSmartBoxAIAssistantConfigProps;
/**
 * @hidden
 */
export declare const DEFAULT_STB_SETTINGS: SpeechToTextButtonProps;
