import { AnimationStateType } from '../style'; declare const zoom: (state: AnimationStateType) => string; export default zoom;