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