import React from 'react'; import { Keyframes } from 'styled-components'; import { BaseAnimationProps } from './types'; declare const withBaseAnimation:

(Component: React.ComponentType

, customAnimation?: Keyframes) => React.FC>; export default withBaseAnimation;