import { founded_item } from "./index.js"; import { curve_style } from "./index.js"; import { curve_style_rendering } from "./index.js"; import { u_direction_count } from "./index.js"; import { v_direction_count } 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 surface_style_parameter_line extends founded_item { get type(): EntityTypesAP214; private style_of_parameter_lines_?; private direction_counts_?; get style_of_parameter_lines(): curve_style | curve_style_rendering; get direction_counts(): Array; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesAP214[]; static readonly expectedType: EntityTypesAP214; } //# sourceMappingURL=surface_style_parameter_line.gen.d.ts.map