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