import { ValueType, Type } from "igniteui-webcomponents-core"; import { BuiltInStyleType } from "./BuiltInStyleType"; /** * @hidden */ export declare class BuiltInStyleInfo extends ValueType { static $t: Type; constructor(a: number, b: BuiltInStyleType, c: number); constructor(); constructor(a: number, ..._rest: any[]); readonly a: BuiltInStyleType; readonly b: number; }