import { Value2D } from "./Value2D";
export declare class PrimitiveSV extends Value2D {
    constructor(args: any);
}
