import { type ComponentFragment, type Elevation, type SurfaceLevel } from '@dxos/ui-types'; export declare const surfaceShadow: ComponentFragment<{ elevation?: Elevation; }>; export declare const surfaceZIndex: ComponentFragment<{ level?: SurfaceLevel; elevation?: Elevation; }>; //# sourceMappingURL=elevation.d.ts.map