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