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