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