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