import { Editor } from 'grapesjs'; import { AnimationComponentOptions } from '../types'; declare const loadAnimationGroupComponent: (editor: Editor, opts: AnimationComponentOptions) => () => void; export default loadAnimationGroupComponent;