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