import { AcmIconVariant } from '../AcmIcons/AcmIcons'; export * from './AcmProviderCard/AcmProviderCard'; export * from './AcmInlineProvider/AcmInlineProvider'; export declare enum Provider { redhatcloud = "rhocm", ansible = "ans", openstack = "ost", aws = "aws", gcp = "gcp", azure = "azr", vmware = "vmw", ibm = "ibm", ibmpower = "ibmpower", ibmz = "ibmz", baremetal = "bmc", hybrid = "hybrid", other = "other" } export declare const ProviderShortTextMap: { rhocm: string; ans: string; ost: string; aws: string; gcp: string; azr: string; ibm: string; ibmpower: string; ibmz: string; bmc: string; vmw: string; hybrid: string; other: string; }; export declare const ProviderLongTextMap: { rhocm: string; ans: string; ost: string; aws: string; gcp: string; azr: string; ibm: string; ibmpower: string; ibmz: string; bmc: string; vmw: string; hybrid: string; other: string; }; export declare const ProviderIconMap: { rhocm: AcmIconVariant; ans: AcmIconVariant; ost: AcmIconVariant; aws: AcmIconVariant; gcp: AcmIconVariant; azr: AcmIconVariant; ibm: AcmIconVariant; ibmpower: AcmIconVariant; ibmz: AcmIconVariant; bmc: AcmIconVariant; vmw: AcmIconVariant; hybrid: AcmIconVariant; other: AcmIconVariant; };