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