import { Base, Type } from "igniteui-react-core"; import { Dictionary$2 } from "igniteui-react-core"; /** * @hidden */ export declare class Theme extends Base { static $t: Type; private b; private a; get c(): Dictionary$2; constructor(a: number, b: Dictionary$2); constructor(a: number, b: Dictionary$2, c: Dictionary$2); constructor(a: number, ..._rest: any[]); item(a: string): any; }