import { Component } from "../../hierarchy_object/Component";
/**
 * marker type for components that need to be updated when the z value of the object is changed
 */
export declare class ZaxisSortable extends Component {
}
