import type GUI from 'lil-gui'; import type Instance from '../core/Instance'; import type Glow from '../entities/Glow'; import EntityInspector from './EntityInspector'; export default class GlowInspector extends EntityInspector { sunLongitude: number; sunLatitude: number; constructor(parentGui: GUI, instance: Instance, glow: Glow); } //# sourceMappingURL=GlowInspector.d.ts.map