import { Vector2 } from "../math";
export declare const SpriteAlignment: {
    topLeft: Vector2;
    topCenter: Vector2;
    topRight: Vector2;
    centerLeft: Vector2;
    center: Vector2;
    centerRight: Vector2;
    bottomLeft: Vector2;
    bottomCenter: Vector2;
    bottomRight: Vector2;
};
