interface ThemeTableProperties { themes?: { [index: string]: string; }; } declare const _default: import("@dojo/framework/core/interfaces").DefaultChildrenWNodeFactory<{ properties: ThemeTableProperties & import("@dojo/framework/core/interfaces").WidgetProperties; children: import("@dojo/framework/core/interfaces").DNode[]; }>; export default _default;