import { light_source } from "./index.js"; import { cartesian_point } from "./index.js"; import { direction } from "./index.js"; import EntityTypesAP214 from "./entity_types_ap214.gen.js"; import StepEntityInternalReference from "../../step/step_entity_internal_reference.js"; import StepEntityBase from "../../step/step_entity_base.js"; import StepModelBase from "../../step/step_model_base.js"; export declare class light_source_spot extends light_source { get type(): EntityTypesAP214; private position_?; private orientation_?; private concentration_exponent_?; private constant_attenuation_?; private distance_attenuation_?; private spread_angle_?; get position(): cartesian_point; get orientation(): direction; get concentration_exponent(): number; get constant_attenuation(): number; get distance_attenuation(): number; get spread_angle(): number; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=light_source_spot.gen.d.ts.map