export type BgVariant = 'primary' | 'alt' | 'brand' | 'dark'; export declare function bgVariant(bg?: BgVariant): string;