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