/** * Copyright (c) Cisco Systems, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ export declare const alertTypes: string[]; export declare const messageType: string[]; export declare const numInputTypes: string[]; export declare const badgeColor: string[]; export declare const BarFormat: string[]; export declare const BarType: string[]; export declare const coachPlacement: string[]; export declare const chipColor: string[]; export declare const avatarColorOptions: readonly ["purple", "mint", "slate", "gold", "lime", "darkmint", "green", "yellow", "red", "orange", "violet", "cyan", "cobalt", "pink", "glass"]; export declare const TooltipDirection: string[]; export declare const iconColorSample: string[]; export declare const iconSamples: string[];