/** Specifies the possible width variants of an icon button. */ export type IconButtonWidth = "default" | "narrow" | "wide"; //# sourceMappingURL=IconButtonWidth.d.ts.map