/** Specifies the possible appearance variants of a button. */ export type ButtonVariant = "elevated" | "filled" | "tonal" | "outlined" | "text"; //# sourceMappingURL=ButtonVariant.d.ts.map