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