export declare type ButtonColor = "blue" | "inverse" | "neutral" | "red";
export declare type ButtonAppearance = "solid" | "outline" | "clear" | "transparent";
export declare type ButtonAlignment = "start" | "end" | "center" | "space-between" | "icon-start-space-between" | "icon-end-space-between";
export declare type DropdownIconType = "chevron" | "caret" | "ellipsis" | "overflow";
