import { member } from "../../../core";
export interface QuantityTextEditorParser_UInput {
    type: {
        U: {
            name: string;
        };
    };
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
}
export declare function QuantityTextEditorParser_U(props: QuantityTextEditorParser_UInput): any;
//# sourceMappingURL=QuantityTextEditorParser_U.d.ts.map