import { RowDirective } from "./RowDirective";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class GridRow extends RowDirective {
    static $t: Type;
    q(a: any, b: any): void;
    r(a: any, b: any): void;
}
