/** Specifies the possible appearance variants of an icon button. */ export type IconButtonVariant = "filled" | "tonal" | "outlined" | "standard"; //# sourceMappingURL=IconButtonVariant.d.ts.map