import { ListToolbarItemModel } from './toolbar-item.model'; export declare class ListToolbarModel { exists: boolean; items: ListToolbarItemModel[]; type: string; constructor(data?: any); }