export namespace AreaY {
    let TOP: string;
    let MIDDLE: string;
    let BOTTOM: string;
    let NONE: string;
}
export namespace AreaX {
    export let START: string;
    let MIDDLE_1: string;
    export { MIDDLE_1 as MIDDLE };
    export let END: string;
    let NONE_1: string;
    export { NONE_1 as NONE };
}
//# sourceMappingURL=constants.d.ts.map