import { member } from "../../../../core";
export interface BoundingBoxPropertiesInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _activeVisual?: member<any>;
    Bounds?: member<any>;
}
export declare function BoundingBoxProperties(props: BoundingBoxPropertiesInput): any;
//# sourceMappingURL=BoundingBoxProperties.d.ts.map