import type { Editor } from 'grapesjs'; import { CommandItem, CustomItems } from '../../types'; export declare const getCommandItems: = CommandItem>({ items, editor, customItems }: { editor: Editor; items: T[]; customItems?: CustomItems | undefined; }) => T[];