export type Elevation = { 100: string; 200: string; 300: string; 400: string; 500: string; up: { 100: string; }; }; export declare const elevation: Elevation;