import { TFogParams } from './TFogParams'; export type TFogConfig = Omit & Readonly<{ color: string; }>;