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