/** * This file was auto-generated by Fern from our API Definition. */ export type CanvasAreaPosition = "top" | "left" | "right" | "middle" | "bottom"; export declare const CanvasAreaPosition: { readonly Top: "top"; readonly Left: "left"; readonly Right: "right"; readonly Middle: "middle"; readonly Bottom: "bottom"; };