/**
 * Data Matrix Generator component
 */
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e';
/**
 * Represents the Data Matrix Generator helpers.
 */
export declare class DataMatrixGeneratorHelper extends TestHelper {
    /**
     * Specifies the ID of the Data Matrix Generator.
     */
    id: string;
    /**
     * Specifies the current helper function of the Data Matrix Generator.
     */
    wrapperFn: Function;
    /**
     * Constructor for creating the helper object for Data Matrix Generator component.
     */
    constructor(id: string, wrapperFn: Function);
    /**
     * Gets the root element of the Data Matrix Generator component.
     */
    getElement(): any;
}
