import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const AnimatedImagesIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default AnimatedImagesIcon;
