export declare const NUMBER_OF_CONTAINERS = 2; export declare const SHUTTLE_CONTAINERS_ARRAY: string[]; /** * Global IDs of the containers. This allows us to quickly reference the containers * in the DOM in the event `getItemProps()` is not passed to `Shuttle.Item`. */ export declare enum SHUTTLE_CONTAINERS { SOURCE = "source", TARGET = "target" } //# sourceMappingURL=globals.d.ts.map