export type SnowLayerProps = {
    id?: string;
};
