import { easeOut } from 'ol/easing'; import { Options } from 'ol-ext/featureanimation/FeatureAnimation'; import { KeysMatching } from '../../types'; export declare const animationCommonDefaultProps: { duration: number; revers: boolean; repeat: number; easing: typeof easeOut; }; export declare function useDefaults(overrides?: T): Omit>;