import { DockItem } from './dockItem'; export declare class Dock { dock: string; items: DockItem[]; constructor(dock?: string, items?: DockItem[]); }