export declare const useViewItem: (id: string) => { id: string; tile: { x: number; y: number; }; labelHeight?: number | undefined; } | null;