import { HotkeyOptions, PortableTextEditor, PortableTextFeatures, Type } from '@sanity/portable-text-editor'; import { BlockItem, BlockStyleItem, PTEToolbarAction, PTEToolbarActionGroup } from './types'; export declare function getPTEToolbarActionGroups(editor: PortableTextEditor, disabled: boolean, onInsertAnnotation: (type: Type) => void, hotkeyOpts: HotkeyOptions): PTEToolbarActionGroup[]; export declare function getBlockStyles(features: PortableTextFeatures): BlockStyleItem[]; export declare function getInsertMenuItems(features: PortableTextFeatures, disabled: boolean, onInsertBlock: (type: Type) => void, onInsertInline: (type: Type) => void): BlockItem[]; export declare function getActionIcon(action: PTEToolbarAction, active: boolean): any; //# sourceMappingURL=helpers.d.ts.map