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