import { ToolbarItem } from '../types';
export declare const createCycleValueArray: (items: ToolbarItem[]) => string[];
