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