1/** 2 * Copyright (c) 650 Industries. 3 * Copyright (c) Meta Platforms, Inc. and affiliates. 4 * 5 * This source code is licensed under the MIT license found in the 6 * LICENSE file in the root directory of this source tree. 7 */ 8export declare function getBackgroundColor(opacity?: number): string; 9export declare function getBackgroundLightColor(opacity?: number): string; 10export declare function getBackgroundDarkColor(opacity?: number): string; 11export declare function getWarningColor(opacity?: number): string; 12export declare function getWarningDarkColor(opacity?: number): string; 13export declare function getFatalColor(opacity?: number): string; 14export declare function getFatalDarkColor(opacity?: number): string; 15export declare function getErrorColor(opacity?: number): string; 16export declare function getErrorDarkColor(opacity?: number): string; 17export declare function getLogColor(opacity?: number): string; 18export declare function getWarningHighlightColor(opacity?: number): string; 19export declare function getDividerColor(opacity?: number): string; 20export declare function getHighlightColor(opacity?: number): string; 21export declare function getTextColor(opacity?: number): string; 22//# sourceMappingURL=LogBoxStyle.d.ts.map