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