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