export declare enum SfBadgeVariant { standard = "standard", dot = "dot" } export declare enum SfBadgePlacement { 'top-right' = "top-right", 'top-left' = "top-left", 'bottom-right' = "bottom-right", 'bottom-left' = "bottom-left" }