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