/** Specifies the possible shape variants of an icon button. */ export type IconButtonShape = "rounded" | "square"; //# sourceMappingURL=IconButtonShape.d.ts.map