/** * Generated file, do not edit directly! */ declare const _default: { /** * Use as the default layer, for elements that do not need to be explicitly layered on top of other elements. * Css custom property: --dt-elevations-default. Value: 1. */ Default: string; /** * Use for elements that are pinned to a certain location while also staying on top of other content. * Css custom property: --dt-elevations-sticky. Value: 10. */ Sticky: string; /** * Use for elements that appear on top of all other content on the page. * Css custom property: --dt-elevations-overlay. Value: 20. */ Overlay: string; /** * Use for notifications that should always be visible on top of other content. * Css custom property: --dt-elevations-notification. Value: 1999999999. */ Notification: string; }; export default _default; //# sourceMappingURL=index.d.ts.map