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