export declare class ToolbarItem { /** * The label */ label: string; /** * The icon */ icon: string; /** * The icon size */ iconSize: number; render(): any; }