import type { TerrainLayerStyleProps, Value } from '../utils/MapboxStyles'; import type { BaseProps } from '../types/BaseProps'; type Props = BaseProps & { /** * Name of a source of raster_dem type to be used for terrain elevation. */ sourceID?: string; /** * Deprecated, use exaggeration in style instead */ exaggeration?: Value; /** * Customizable style attributes */ style?: TerrainLayerStyleProps; }; export declare const Terrain: import("react").MemoExoticComponent<(props: Props) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=Terrain.d.ts.map