import { Base, Type } from "igniteui-webcomponents-core"; import { BuiltInStyleType } from "./BuiltInStyleType"; /** * @hidden */ export declare class STYLERecordInfo extends Base { static $t: Type; d: number; b: boolean; a: BuiltInStyleType; c: number; e: string; }