import { Test } from 'nodeunit'; declare const _default: { 'widgets in different adds are laid out underneath each other'(test: Test): void; 'widgets in same add are laid out next to each other'(test: Test): void; 'tokens in widgets are retained'(test: Test): void; 'dashboard body includes non-widget fields'(test: Test): void; 'DashboardName is set when provided'(test: Test): void; 'DashboardName is not generated if not provided'(test: Test): void; 'throws if DashboardName is not valid'(test: Test): void; }; export = _default;