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