/** * public Enum for `CompositeFontType`. * @private */ export declare enum ObjectStatus { /** * Specifies the type of `None`. * @private */ None = 0, /** * Specifies the type of `Registered`. * @private */ Registered = 1 }