import { El } from "../types"; declare let getAnimationFromElement: (element: El) => Animation | undefined; export default getAnimationFromElement;