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