import { Editor } from 'grapesjs'; import { AnimationComponentOptions, AnimationOption } from '../types'; declare const loadAnimationComponent: (editor: Editor, opts: AnimationComponentOptions & { animationList: AnimationOption[]; }) => () => void; export default loadAnimationComponent;