export type ButtonAlignment = "start" | "end" | "center" | "space-between" | "icon-start-space-between" | "icon-end-space-between";

export type DropdownIconType = "chevron" | "caret" | "ellipsis" | "overflow";