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