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