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