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