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