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