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