// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Theoutcomeofnon-recursivecanonicaldecompositionofacharacter. *`second`willbeNULwhenthedecompositionexpandstoasinglecharacter *(whichmayormaynotbetheoriginalone) * *Seethe[Rustdocumentationfor`Decomposed`](https://docs.rs/icu/2.1.1/icu/normalizer/properties/enum.Decomposed.html) for more information.
*/
export class Decomposed {
get first(): codepoint;
get second(): codepoint; /** @internal */
constructor();