/**
 * @license
 *-------------------------------------------------------------------------------------------
 * Copyright © 2026 Progress Software Corporation. All rights reserved.
 * Licensed under commercial license. See LICENSE.md in the package root for more information
 *-------------------------------------------------------------------------------------------
 */
import { DropDownListChangeEvent, DropDownListProps } from '@progress/kendo-vue-dropdowns';
import { BasicToolProps, ToolRenderProp } from './ToolProps';
export interface FormatBlockProps extends BasicToolProps, ToolRenderProp, DropDownListProps {
}
/**
 * @hidden
 */
declare const FormatBlock: import('vue').DefineComponent<{}, {}, {}, {}, {
    customItemRender(hRender: any, li: any, itemProps: any): any;
    onFormatBlockChange(e: DropDownListChangeEvent): void;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {} | {
    [x: string]: any;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export { FormatBlock };
