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