/** Specifies the possible levels in which to visually depict elevation. */ export type ElevationLevel = 0 | 1 | 2 | 3 | 4 | 5; //# sourceMappingURL=ElevationLevel.d.ts.map