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