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