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