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