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