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