import { Base, Type } from "igniteui-react-core";
import { XFProp } from "./XFProp";
/**
 * @hidden
 */
export declare class DXFRecordInfo extends Base {
    static $t: Type;
    b: boolean;
    a: XFProp[];
}
