export * from './widget'; /** * The command IDs used by the image widget plugin. */ export declare namespace CommandIDs { const zoomIn: string; const zoomOut: string; const resetZoom: string; }