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