import { Base, Point, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class TriangleRasterizer_PointAndValue extends Base {
    static $t: Type;
    b: Point;
    a: number;
}
