import type { Component } from 'react';
import type { StyleProps } from '../commonTypes';
import type { AnimatedRef } from '../hook/commonTypes';
export declare function setNativeProps<T extends Component>(animatedRef: AnimatedRef<T>, updates: StyleProps): void;
//# sourceMappingURL=setNativeProps.web.d.ts.map