/**
 *
 */
declare class HierarchicalProperties {
    /**
     *
     */
    static MOUSE_ENABLED: number;
    /**
     *
     */
    static VISIBLE: number;
    /**
     *
     */
    static MASK_ID: number;
    /**
     *
     */
    static MASKS: number;
    /**
     *
     */
    static COLOR_TRANSFORM: number;
    /**
     *
     */
    static SCENE_TRANSFORM: number;
    /**
     *
     */
    static ALL: number;
}
export default HierarchicalProperties;
