/** Specifies the possible sizes of an application bar. */ export type AppBarSize = "small" | "medium" | "large"; //# sourceMappingURL=AppBarSize.d.ts.map