import { CzmCustomPrimitive } from "../../base-objects"; export declare function setRectangleGeometry(cylinderCustomPrimitive: CzmCustomPrimitive, options: { width: number; height: number; }): void;