import { PropertyInterface } from './interfaces.block'; interface InterfaceTableProperties { props?: PropertyInterface[]; tableName?: string; descriptionLabel?: string; showTypes?: boolean; showComments?: boolean; } declare const _default: import("@dojo/framework/core/interfaces").DefaultChildrenWNodeFactory<{ properties: InterfaceTableProperties & import("@dojo/framework/core/interfaces").WidgetProperties; children: import("@dojo/framework/core/interfaces").DNode[]; }>; export default _default;