import { BlockProperties, Component, PropertyTypes } from 'grapesjs'; export declare const typeAnimationComponent = "animation"; export declare const typeAnimationGroupComponent = "animation-group"; export declare const animationUpdateEvent = "animation:update"; export declare const animationGroupUpdateEvent = "animation-group:update"; export declare const commonBlockProps: Partial; export declare const isComponentAnimation: (component?: Component) => boolean; export declare const isComponentAnimationGroup: (component?: Component) => boolean; export declare const isComponentAnimations: (component?: Component) => boolean; export declare const commonAnimationsProps: Partial; export declare const commonAnimationProps: Partial; export declare const commonAnimationGroupProps: Partial; export declare const animationsOnScrollProps: Partial; export declare const commonAnimationsScrollProps: Partial; export declare const customIcons: { animation: string; animationGroup: string; };