import React from 'react'; import type { AnimatableViewProps } from './AnimatableTypes'; declare const AnimatableView: React.FC; export default AnimatableView;