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