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