export declare enum ShapeType {
    None = "None",
    Landscape = "Landscape",
    Portrait = "Portrait"
}
