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<Glow> {
    sunLongitude: number;
    sunLatitude: number;
    constructor(parentGui: GUI, instance: Instance, glow: Glow);
}
//# sourceMappingURL=GlowInspector.d.ts.map