/** * | output | * | --- | * | "Acid" | * * @param {Theme_AcidInputs} inputs * @param {{ locale?: "af" | "ar" | "en" | "en-GB" | "en-US" | "en-ZA" | "es" | "es-US" | "fr" | "fr-CA" | "fr-FR" }} options * @returns {LocalizedString} */ export const theme_acid: ((inputs?: Theme_AcidInputs, options?: { locale?: "af" | "ar" | "en" | "en-GB" | "en-US" | "en-ZA" | "es" | "es-US" | "fr" | "fr-CA" | "fr-FR"; }) => LocalizedString) & import("../runtime.js").MessageMetadata; export type LocalizedString = import("../runtime.js").LocalizedString; export type Theme_AcidInputs = {};