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