import { Component } from '../../classes/Component/Component';
/**
 * The empty component.
 *
 * @since 0.1.0
 */
export declare class TestComponent extends Component {
}
/**
 * The line height.
 *
 * @since 0.1.0
 */
export declare const LINE_HEIGHT = 24;
/**
 * The width of the editor.
 *
 * @since 0.1.0
 */
export declare const EDITOR_WIDTH = 1280;
/**
 * The height of the editor.
 *
 * @since 0.1.0
 */
export declare const EDITOR_HEIGHT = 240;
//# sourceMappingURL=../../../../src/js/test/fixtures/fixtures.d.ts.map