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