import { IWidget } from '@gdi/platformer'; export declare enum ThingsWidgets { Sheets = "things.Sheets" } export declare const widgets: IWidget[];