import type { SnowLayerStyleProps } from '../utils/MapboxStyles'; import type { BaseProps } from '../types/BaseProps'; type Props = BaseProps & { style?: SnowLayerStyleProps; }; export declare const Snow: import("react").MemoExoticComponent<(props: Props) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=Snow.d.ts.map