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