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