import { member } from "../../core";
export interface NeosEnderInput {
    id?: string;
    persistentId?: string;
    updateOrder?: member<number>;
    Enabled?: member<boolean>;
    _text?: member<any>;
}
export declare function NeosEnder(props: NeosEnderInput): any;
//# sourceMappingURL=NeosEnder.d.ts.map