import { LinearGraphScaleFrame } from "./LinearGraphScaleFrame"; import { LinearGraphRectFrame } from "./LinearGraphRectFrame"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class BulletGraphScaleFrame extends LinearGraphScaleFrame { static $t: Type; constructor(); ag: LinearGraphRectFrame; af: LinearGraphRectFrame; y(a: number, b: LinearGraphScaleFrame, c: LinearGraphScaleFrame): void; }