export function makeDefaultItems({ superToolbar, toolbarIcons, toolbarTexts, toolbarFonts, hideButtons, availableWidth, role, isDev, }?: { isDev?: boolean | undefined; }): { defaultItems: any[]; overflowItems: any[]; }; //# sourceMappingURL=defaultItems.d.ts.map