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