import { ANIMATE_PROPS } from '../../constants'; export declare function isAnimateProp(key: any): key is typeof ANIMATE_PROPS[number];