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