export declare enum AppearanceEnum { Standard = "standard", Fill = "fill", Outline = "outline", Lagancy = "legacy" } export type Appearance = 'standard' | 'fill' | 'outline' | 'legacy';