import { Test } from 'nodeunit'; declare const _default: { 'row has the height of the tallest element'(test: Test): void; 'column has the width of the tallest element'(test: Test): void; 'row wraps to width of 24, taking tallest widget into account while wrapping'(test: Test): void; 'row can fit exactly 3 8-wide widgets without wrapping'(test: Test): void; }; export = _default;