export declare type Style = "thin" | "light" | "regular" | "solid" | "brands" | "normal" | "outline" | "filled" | "outlined" | "round" | "sharp" | "two-tone"; export declare type Styles = Array