/** * @license * * Copyright IBM Corp. 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ /** * Navigation direction, associated with key symbols. */ export declare const NAVIGATION_DIRECTION: { Left: number; ArrowLeft: number; Right: number; ArrowRight: number; }; /** * Button size. */ export declare enum CONTENT_SWITCHER_SIZE { /** * Regular size. */ REGULAR = "", /** * Small size. */ SMALL = "sm", /** * X-Large size. */ EXTRA_LARGE = "xl" } //# sourceMappingURL=defs.d.ts.map