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