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