/** Design tokens that control elevation. */ export declare const ElevationToken: { /** Level 0 elevation. */ readonly level0: import("lit").CSSResult; /** Level 1 elevation. */ readonly level1: import("lit").CSSResult; /** Level 2 elevation. */ readonly level2: import("lit").CSSResult; /** Level 3 elevation. */ readonly level3: import("lit").CSSResult; /** Level 4 elevation. */ readonly level4: import("lit").CSSResult; /** Level 5 elevation. */ readonly level5: import("lit").CSSResult; }; //# sourceMappingURL=ElevationToken.d.ts.map